summaryrefslogtreecommitdiff
path: root/lisp/mail/hashcash.el
diff options
context:
space:
mode:
authorGnus developers <ding@gnus.org.noreply>2014-03-23 23:14:52 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2014-03-23 23:14:52 +0000
commit7a31038fd91fec168aa6ff5d09ce9bfc819d25d5 (patch)
treec76aab1953e66c6e1e39bcdbb0ed8afe9ce3c61e /lisp/mail/hashcash.el
parent4d2226bff09b794fe2f5db3b2ae3b5b48188d4a7 (diff)
downloademacs-7a31038fd91fec168aa6ff5d09ce9bfc819d25d5.tar.gz
emacs-7a31038fd91fec168aa6ff5d09ce9bfc819d25d5.tar.bz2
emacs-7a31038fd91fec168aa6ff5d09ce9bfc819d25d5.zip
Merge from Gnus git master
2014-02-04 Lars Ingebrigtsen <larsi@gnus.org> * calendar/parse-time.el (parse-time-iso8601-regexp) (parse-iso8601-time-string): Copied from `url-dav' so that we can use it more generally. 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org> * net/dns.el (network-interface-list): Define for XEmacs. 2014-01-31 Magnus Henoch <magnus.henoch@gmail.com> * net/dns.el (dns-servers-up-to-date-p): New function to see whether the network interfaces changed. (dns-query): Use it to flush the data.
Diffstat (limited to 'lisp/mail/hashcash.el')
-rw-r--r--lisp/mail/hashcash.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el
index 2224884eede..fb8dfba8554 100644
--- a/lisp/mail/hashcash.el
+++ b/lisp/mail/hashcash.el
@@ -47,10 +47,6 @@
;;; Code:
-;; For Emacs <22.2 and XEmacs.
-(eval-and-compile
- (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
-
(eval-when-compile (require 'cl)) ; for case
(defgroup hashcash nil