diff lisp/net/imap.el @ 110918:236342431786

nnimap.el (gnutls-negotiate): Silence the byte compiler. *.el: Fix comment for declare-function.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 11 Oct 2010 23:29:33 +0000
parents fb6801a4089a
children 417b1e4d63cd
line wrap: on
line diff
--- a/lisp/net/imap.el	Mon Oct 11 22:27:28 2010 +0000
+++ b/lisp/net/imap.el	Mon Oct 11 23:29:33 2010 +0000
@@ -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")