emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/hashcash.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/hashcash.el,v
Date: Sat, 08 Dec 2007 22:56:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/12/08 22:56:06

Index: mail/hashcash.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/hashcash.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- mail/hashcash.el    27 Nov 2007 06:57:06 -0000      1.2
+++ mail/hashcash.el    8 Dec 2007 22:56:03 -0000       1.3
@@ -49,6 +49,9 @@
 
 ;;; Code:
 
+(eval-and-compile
+  (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
+
 (defgroup hashcash nil
   "Hashcash configuration."
   :group 'mail)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]