summaryrefslogtreecommitdiff
path: root/lisp/mail/hashcash.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-10-11 23:29:33 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-10-11 23:29:33 +0000
commitf0b7f5a884806112b6a938b9c31607ea005431d3 (patch)
tree7cc98bd2dcae6099b7fb97a05763dc80199f2804 /lisp/mail/hashcash.el
parent6b7df8d3dd960dc4d62ffa4eabcdb37043a1c9e2 (diff)
downloademacs-f0b7f5a884806112b6a938b9c31607ea005431d3.tar.gz
nnimap.el (gnutls-negotiate): Silence the byte compiler.
*.el: Fix comment for declare-function.
Diffstat (limited to 'lisp/mail/hashcash.el')
-rw-r--r--lisp/mail/hashcash.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el
index cc3af11a47d..efa27c3305d 100644
--- a/lisp/mail/hashcash.el
+++ b/lisp/mail/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))))