]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-cache.el
Update copyright year to 2016
[gnu-emacs] / lisp / gnus / gnus-cache.el
index 54798a892e05e4d8a2f28e8420588a540df355f2..83ccc4fc4a15c7a9a43c0f5f6884a787a7ae0626 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-cache.el --- cache interface for Gnus
 
-;; Copyright (C) 1995-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2016 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
 
 ;;; Code:
 
-;; For Emacs <22.2 and XEmacs.
-(eval-and-compile
-  (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
-
 (eval-when-compile (require 'cl))
 
 (require 'gnus)