summaryrefslogtreecommitdiff
path: root/lisp/gnus/mm-view.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-11 03:13:28 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-11 03:13:28 +0000
commit8abf1b221516eaf1bfb21638ff6ad31eddcefd5f (patch)
tree90cc2843411c320d75c392094ddff0a2394d1639 /lisp/gnus/mm-view.el
parentc5ce620e0f906828a63ea333ae77f22604bafc36 (diff)
downloademacs-8abf1b221516eaf1bfb21638ff6ad31eddcefd5f.tar.gz
Remove unnecessary eval-and-compile of autoloads.
Diffstat (limited to 'lisp/gnus/mm-view.el')
-rw-r--r--lisp/gnus/mm-view.el15
1 files changed, 7 insertions, 8 deletions
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index 0eba5c937ff..bfadd47200d 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -1,7 +1,7 @@
;;; mm-view.el --- functions for viewing MIME objects
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;; 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+;; 2007, 2008 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; This file is part of GNU Emacs.
@@ -31,12 +31,11 @@
(require 'mm-decode)
(require 'smime)
-(eval-and-compile
- (autoload 'gnus-article-prepare-display "gnus-art")
- (autoload 'vcard-parse-string "vcard")
- (autoload 'vcard-format-string "vcard")
- (autoload 'fill-flowed "flow-fill")
- (autoload 'html2text "html2text" nil t))
+(autoload 'gnus-article-prepare-display "gnus-art")
+(autoload 'vcard-parse-string "vcard")
+(autoload 'vcard-format-string "vcard")
+(autoload 'fill-flowed "flow-fill")
+(autoload 'html2text "html2text" nil t)
(defvar gnus-article-mime-handles)
(defvar gnus-newsgroup-charset)