]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/smime.el
Update copyright year to 2015
[gnu-emacs] / lisp / gnus / smime.el
index 4a763caba8e32db6d719d9bc85e4430b29ca8bef..6f043df612100c23a38cbca21c3551eff7ded3d7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; smime.el --- S/MIME support library
 
-;; Copyright (C) 2000-2014 Free Software Foundation, Inc.
+;; Copyright (C) 2000-2015 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <simon@josefsson.org>
 ;; Keywords: SMIME X.509 PEM OpenSSL
 
 ;;; Code:
 
-;; For Emacs <22.2 and XEmacs.
-(eval-and-compile
-  (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
 (require 'dig)
 
 (if (locate-library "password-cache")