X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmm-bodies.el;h=4a25c1486a8aad206fa018b7dd98037df54ce55b;hb=585ce63470b33b1f54c0ff555e2ff1dbd393aace;hp=ee7ba1c193b44754425124ea80f076eb6839ae5d;hpb=a48c00c889d397f0edeb0a3ef1d29c1bb40f9fdb;p=gnus diff --git a/lisp/mm-bodies.el b/lisp/mm-bodies.el index ee7ba1c19..4a25c1486 100644 --- a/lisp/mm-bodies.el +++ b/lisp/mm-bodies.el @@ -1,6 +1,6 @@ ;;; mm-bodies.el --- Functions for decoding MIME things -;; Copyright (C) 1998-2011 Free Software Foundation, Inc. +;; Copyright (C) 1998-2015 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; MORIOKA Tomohiko @@ -23,10 +23,6 @@ ;;; 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)