mm-util.el (mm-ucs-to-char): Use eval-and-compile.
[gnus] / lisp / imap.el
index ed72d7b..9265e96 100644 (file)
 
 (eval-when-compile (require 'cl))
 (eval-and-compile
+  ;; For Emacs <22.2 and XEmacs.
   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))
   (autoload 'starttls-open-stream "starttls")
   (autoload 'starttls-negotiate "starttls")