]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mm-bodies.el
Update copyright year to 2015
[gnu-emacs] / lisp / gnus / mm-bodies.el
index 49724597382306ed745c2f8024eabf6cd1717ded..4a25c1486a8aad206fa018b7dd98037df54ce55b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mm-bodies.el --- Functions for decoding MIME things
 
-;; Copyright (C) 1998-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;     MORIOKA Tomohiko <morioka@jaist.ac.jp>
 
 ;;; Code:
 
-;; For Emacs <22.2 and XEmacs.
-(eval-and-compile
-  (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
-
 (require 'mm-util)
 (require 'rfc2047)
 (require 'mm-encode)