From ff79efac756f360c9a48b292b4619699fe19d057 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 11 Oct 2010 23:04:03 +0000 Subject: [PATCH] Fox comment for declare-function. --- lisp/ChangeLog | 10 ++++++++++ lisp/gnus-art.el | 2 +- lisp/gnus-cache.el | 2 +- lisp/gnus-fun.el | 2 +- lisp/gnus-group.el | 2 +- lisp/gnus-picon.el | 2 +- lisp/gnus-spec.el | 2 +- lisp/gnus-sum.el | 2 +- lisp/gnus-util.el | 2 +- lisp/gnus.el | 2 +- lisp/hashcash.el | 1 + lisp/imap.el | 1 + lisp/mail-source.el | 2 +- lisp/message.el | 1 + lisp/mm-bodies.el | 2 +- lisp/mm-decode.el | 2 +- lisp/mm-extern.el | 2 +- lisp/mm-util.el | 2 +- lisp/mm-view.el | 2 ++ lisp/mml-smime.el | 2 +- lisp/mml.el | 2 +- lisp/mml1991.el | 2 +- lisp/mml2015.el | 2 +- lisp/nnfolder.el | 2 +- lisp/nnheader.el | 1 + lisp/nnmail.el | 2 +- lisp/nnmaildir.el | 2 +- lisp/nnrss.el | 2 +- lisp/nntp.el | 2 +- lisp/pgg-parse.el | 1 + lisp/pgg.el | 1 + lisp/rfc1843.el | 2 +- lisp/sieve-manage.el | 2 +- lisp/smime.el | 2 +- lisp/spam.el | 2 +- 35 files changed, 45 insertions(+), 27 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f089636c..ff981afb4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2010-10-11 Katsumi Yamaoka + + * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el, + gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el, + hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el, + mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el, + mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el, + nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el, + sieve-manage.el, smime.el, spam.el: Fox comment for declare-function. + 2010-10-11 Lars Magne Ingebrigtsen * nnimap.el (nnimap-request-rename-group): Select group read-only diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 01cbda85f..f84b13416 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (eval-when-compile diff --git a/lisp/gnus-cache.el b/lisp/gnus-cache.el index 550614f93..822996069 100644 --- a/lisp/gnus-cache.el +++ b/lisp/gnus-cache.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el index bc1ebd4a8..0f28bf5e5 100644 --- a/lisp/gnus-fun.el +++ b/lisp/gnus-fun.el @@ -24,7 +24,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index b92b608e5..8c5d6e55f 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/gnus-picon.el b/lisp/gnus-picon.el index 3cc7c3701..d24f04e02 100644 --- a/lisp/gnus-picon.el +++ b/lisp/gnus-picon.el @@ -38,7 +38,7 @@ ;; ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el index 91a1784ca..b354793b0 100644 --- a/lisp/gnus-spec.el +++ b/lisp/gnus-spec.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (eval-when-compile (require 'cl)) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 1a8d4549b..29bf4c499 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (eval-when-compile diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el index 503ec47e3..5326b938c 100644 --- a/lisp/gnus-util.el +++ b/lisp/gnus-util.el @@ -33,7 +33,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (eval-when-compile diff --git a/lisp/gnus.el b/lisp/gnus.el index 83187909d..3df6ddbef 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -29,7 +29,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)))) diff --git a/lisp/hashcash.el b/lisp/hashcash.el index cc3af11a4..efa27c330 100644 --- a/lisp/hashcash.el +++ b/lisp/hashcash.el @@ -48,6 +48,7 @@ ;;; Code: +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) 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") diff --git a/lisp/mail-source.el b/lisp/mail-source.el index 80a1d8846..1bd5be740 100644 --- a/lisp/mail-source.el +++ b/lisp/mail-source.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/message.el b/lisp/message.el index 61f28abc6..c6246fc3c 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -29,6 +29,7 @@ ;;; Code: +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (eval-when-compile diff --git a/lisp/mm-bodies.el b/lisp/mm-bodies.el index 5756e46b8..5a70f33d9 100644 --- a/lisp/mm-bodies.el +++ b/lisp/mm-bodies.el @@ -24,7 +24,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index 07249bf07..8be4bb704 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -24,7 +24,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/mm-extern.el b/lisp/mm-extern.el index eee741f7f..8363fe07c 100644 --- a/lisp/mm-extern.el +++ b/lisp/mm-extern.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/mm-util.el b/lisp/mm-util.el index 65543d11b..b16e1d955 100644 --- a/lisp/mm-util.el +++ b/lisp/mm-util.el @@ -24,7 +24,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/mm-view.el b/lisp/mm-view.el index 82be361fc..11e475d21 100644 --- a/lisp/mm-view.el +++ b/lisp/mm-view.el @@ -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)) diff --git a/lisp/mml-smime.el b/lisp/mml-smime.el index 188717e59..33050feca 100644 --- a/lisp/mml-smime.el +++ b/lisp/mml-smime.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/mml.el b/lisp/mml.el index 3cf0f3701..43e86cb6c 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -23,7 +23,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/mml1991.el b/lisp/mml1991.el index 22eb7b668..98e7903b0 100644 --- a/lisp/mml1991.el +++ b/lisp/mml1991.el @@ -26,8 +26,8 @@ ;;; Code: -;; For Emacs < 22.2. (eval-and-compile + ;; For Emacs <22.2 and XEmacs. (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))) (if (locate-library "password-cache") diff --git a/lisp/mml2015.el b/lisp/mml2015.el index 675cafe3a..55ebf8cbf 100644 --- a/lisp/mml2015.el +++ b/lisp/mml2015.el @@ -28,8 +28,8 @@ ;;; Code: -;; For Emacs < 22.2. (eval-and-compile + ;; For Emacs <22.2 and XEmacs. (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))) (if (locate-library "password-cache") diff --git a/lisp/nnfolder.el b/lisp/nnfolder.el index c3d0d1cdb..668b75a78 100644 --- a/lisp/nnfolder.el +++ b/lisp/nnfolder.el @@ -29,7 +29,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/nnheader.el b/lisp/nnheader.el index b97fe5f80..4bf458868 100644 --- a/lisp/nnheader.el +++ b/lisp/nnheader.el @@ -27,6 +27,7 @@ ;;; Code: +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (eval-when-compile (require 'cl)) diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 01cab6feb..8ccd7b02a 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/nnmaildir.el b/lisp/nnmaildir.el index 8a018dc6a..97531f876 100644 --- a/lisp/nnmaildir.el +++ b/lisp/nnmaildir.el @@ -59,7 +59,7 @@ ) ] -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/nnrss.el b/lisp/nnrss.el index 743fba53e..ebe8c514c 100644 --- a/lisp/nnrss.el +++ b/lisp/nnrss.el @@ -25,7 +25,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/nntp.el b/lisp/nntp.el index ced15a928..946025a0a 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -26,7 +26,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/pgg-parse.el b/lisp/pgg-parse.el index 2325171b6..72f8729de 100644 --- a/lisp/pgg-parse.el +++ b/lisp/pgg-parse.el @@ -36,6 +36,7 @@ ;;; Code: (eval-when-compile + ;; For Emacs <22.2 and XEmacs. (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))) (require 'cl)) diff --git a/lisp/pgg.el b/lisp/pgg.el index f64c4084c..e7590333c 100644 --- a/lisp/pgg.el +++ b/lisp/pgg.el @@ -36,6 +36,7 @@ ;; Don't merge these two `eval-when-compile's. (eval-when-compile + ;; For Emacs <22.2 and XEmacs. (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))) (require 'cl)) diff --git a/lisp/rfc1843.el b/lisp/rfc1843.el index e395ee54c..87fcde601 100644 --- a/lisp/rfc1843.el +++ b/lisp/rfc1843.el @@ -32,7 +32,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/sieve-manage.el b/lisp/sieve-manage.el index 3d04a5a93..5b5439fab 100644 --- a/lisp/sieve-manage.el +++ b/lisp/sieve-manage.el @@ -70,7 +70,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) diff --git a/lisp/smime.el b/lisp/smime.el index c3ef68984..e28c07ffa 100644 --- a/lisp/smime.el +++ b/lisp/smime.el @@ -119,7 +119,7 @@ ;;; Code: -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) (require 'dig) diff --git a/lisp/spam.el b/lisp/spam.el index 9e193ccea..448a0088f 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -39,7 +39,7 @@ ;;{{{ compilation directives and autoloads/requires -;; For Emacs < 22.2. +;; For Emacs <22.2 and XEmacs. (eval-and-compile (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))) -- 2.34.1