* net/imap.el (declare-function): New no-op macro for backward
compatibility.
+2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * mail/hashcash.el (declare-function):
+ * net/imap.el (declare-function): New no-op macro for backward
+ compatibility.
+
2007-12-08 Eli Zaretskii <eliz@gnu.org>
Sync makefile.w32-in with Makefile.in.
-
+
* makefile.w32-in (check-declare): New target.
(BYTE_COMPILE_EXTRA_FLAGS): New variable.
(.el.elc, compile-CMD, compile-SH, compile-always-CMD)
;;; Code:
+(eval-and-compile
+ (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
+
(defgroup hashcash nil
"Hashcash configuration."
:group 'mail)
(eval-when-compile (require 'cl))
(eval-and-compile
+ (unless (fboundp 'declare-function) (defmacro declare-function (&rest r)))
(autoload 'starttls-open-stream "starttls")
(autoload 'starttls-negotiate "starttls")
(autoload 'sasl-find-mechanism "sasl")