X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fimap.el;fp=lisp%2Fimap.el;h=9265e962b3821a4b0d9c710e9e4bda9d2f0d1dfe;hb=ff79efac756f360c9a48b292b4619699fe19d057;hp=ed72d7b9ce0b10a2936bd027b29bb1fcade495c7;hpb=d173e96bece12e3b0d343c8c0d138289de56e111;p=gnus diff --git a/lisp/imap.el b/lisp/imap.el index ed72d7b9c..9265e962b 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -139,6 +139,7 @@ (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")