]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mail-source.el
Update copyright year to 2015
[gnu-emacs] / lisp / gnus / mail-source.el
index 7da2a0a441d4c579e5a9ea46391809768357c130..eb05d714aba42111f9af6ac0c2c26fa5b1f2fb1a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mail-source.el --- functions for fetching mail
 
-;; Copyright (C) 1999-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news, mail
 
 ;;; Code:
 
-;; For Emacs <22.2 and XEmacs.
-(eval-and-compile
-  (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
-
 (require 'format-spec)
 (eval-when-compile
   (require 'cl)