diff lisp/gnus/mm-view.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 0defef1647a5
children e36c65ac23bf
line wrap: on
line diff
--- a/lisp/gnus/mm-view.el	Mon Oct 11 22:27:28 2010 +0000
+++ b/lisp/gnus/mm-view.el	Mon Oct 11 23:29:33 2010 +0000
@@ -22,6 +22,8 @@
 ;;; Commentary:
 
 ;;; Code:
+
+;; For Emacs <22.2 and XEmacs.
 (eval-and-compile
   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
 (eval-when-compile (require 'cl))