]> git.eshelyaron.com Git - emacs.git/commitdiff
(autoload): Don't autoload `diff-mode' if it's
authorGerd Moellmann <gerd@gnu.org>
Wed, 1 Aug 2001 13:44:45 +0000 (13:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 1 Aug 2001 13:44:45 +0000 (13:44 +0000)
already fboundp.  Add INTERACTIVE arg to autoload form.

lisp/gnus/mm-view.el

index a54fe0317b83675fda947a9a38627d2eb1b5d7b3..89b0e5e458c91014cb5affdebb38ad3e6d99b69f 100644 (file)
@@ -1,5 +1,5 @@
 ;;; mm-view.el --- functions for viewing MIME objects
-;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; This file is part of GNU Emacs.
@@ -34,7 +34,8 @@
   (autoload 'vcard-parse-string "vcard")
   (autoload 'vcard-format-string "vcard")
   (autoload 'fill-flowed "flow-fill")
-  (autoload 'diff-mode "diff-mode"))
+  (unless (fboundp 'diff-mode)
+    (autoload 'diff-mode "diff-mode" "" t nil)))
 
 ;;;
 ;;; Functions for displaying various formats inline