aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2007-12-08 22:56:04 +0000
committerDan Nicolaescu <[email protected]>2007-12-08 22:56:04 +0000
commitc486a8e4ff23168c0a45466f72ffe4efb6a8dfc9 (patch)
tree1a34a44fa9579b1f10dc6991a897cf7935746103 /lisp/mail
parent4f85908cfe4632dbd5f9d9f4412ccdfb74eafbf2 (diff)
* mail/hashcash.el (declare-function):
* net/imap.el (declare-function): New no-op macro for backward compatibility.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/hashcash.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el
index 22005ce957..1f4483a7c9 100644
--- a/lisp/mail/hashcash.el
+++ b/lisp/mail/hashcash.el
@@ -49,6 +49,9 @@
;;; Code:
+(eval-and-compile
+ (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
+
(defgroup hashcash nil
"Hashcash configuration."
:group 'mail)