X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fhashcash.el;h=70170654f67b51fd1d724222c7d767e0745c6fc6;hb=68f412fcdd68a5d0c322fd69a5e4cf07c1209e2b;hp=2224884eede8d31a878d3e7988ab082e2304cbeb;hpb=b4bc300f0dcddc2b17bb50a3501ed6e6db1ef12c;p=gnus diff --git a/lisp/hashcash.el b/lisp/hashcash.el index 2224884ee..70170654f 100644 --- a/lisp/hashcash.el +++ b/lisp/hashcash.el @@ -1,6 +1,6 @@ ;;; hashcash.el --- Add hashcash payments to email -;; Copyright (C) 2003-2005, 2007-2014 Free Software Foundation, Inc. +;; Copyright (C) 2003-2005, 2007-2015 Free Software Foundation, Inc. ;; Written by: Paul Foley (1997-2002) ;; Maintainer: Paul Foley @@ -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