Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
39e72e55
Commit
39e72e55
authored
Aug 01, 2001
by
Gerd Moellmann
Browse files
(autoload): Don't autoload `diff-mode' if it's
already fboundp. Add INTERACTIVE arg to autoload form.
parent
6e019995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/gnus/mm-view.el
lisp/gnus/mm-view.el
+3
-2
No files found.
lisp/gnus/mm-view.el
View file @
39e72e55
;;; 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment