X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fhashcash.el;h=fb8dfba8554010eab33bfc9586835dfac3add050;hb=dd9fdb9123576f1c0fa65094365f2ba83937b044;hp=07a428a20af241908fb2d14cacf99bd35294f16d;hpb=9551aa7c7b1661c69d9a542dfac26c8af444e9d6;p=gnus diff --git a/lisp/hashcash.el b/lisp/hashcash.el index 07a428a20..fb8dfba85 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-2013 Free Software Foundation, Inc. +;; Copyright (C) 2003-2005, 2007-2014 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