diff lisp/gnus/gnus.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 069deed4cdec
children c6a7ac5bcef4
line wrap: on
line diff
--- a/lisp/gnus/gnus.el	Mon Oct 11 22:27:28 2010 +0000
+++ b/lisp/gnus/gnus.el	Mon Oct 11 23:29:33 2010 +0000
@@ -30,7 +30,7 @@
 
 (eval '(run-hooks 'gnus-load-hook))
 
-;; For Emacs < 22.2.
+;; For Emacs <22.2 and XEmacs.
 (eval-and-compile
   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))