From 7a31038fd91fec168aa6ff5d09ce9bfc819d25d5 Mon Sep 17 00:00:00 2001 From: Gnus developers Date: Sun, 23 Mar 2014 23:14:52 +0000 Subject: Merge from Gnus git master 2014-02-04 Lars Ingebrigtsen * 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 * net/dns.el (network-interface-list): Define for XEmacs. 2014-01-31 Magnus Henoch * 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. --- lisp/mail/hashcash.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lisp/mail/hashcash.el') 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 -- cgit v1.2.3