Mercurial > emacs
diff lisp/gnus/sieve-manage.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 | 3243e7055d49 |
children | f1b7bcd27c95 |
line wrap: on
line diff
--- a/lisp/gnus/sieve-manage.el Mon Oct 11 22:27:28 2010 +0000 +++ b/lisp/gnus/sieve-manage.el Mon Oct 11 23:29:33 2010 +0000 @@ -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))))