diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-10-14 01:27:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-10-14 01:27:19 +0000 |
commit | 96c36715502df4d1b4c2d8188d75f9b11311bf82 (patch) | |
tree | 49d49c7d0ff206f27fc6ff64a22cac9f5cb2e24e /lisp/image-file.el | |
parent | 2013c28bf21ef10dcf0bda398eac6204ad5e51fe (diff) | |
download | emacs-96c36715502df4d1b4c2d8188d75f9b11311bf82.tar.gz |
Comment change.
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r-- | lisp/image-file.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el index 87fd48a55f2..13a2eeb591e 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -156,10 +156,6 @@ Optional argument ARGS are the arguments to call FUNCTION with." (apply function args))) -;;; Note this definition must be at the end of the file, because -;;; `define-minor-mode' actually calls the mode-function if the -;;; associated variable is non-nil, which requires that all needed -;;; functions be already defined. [This is arguably a bug in d-m-m] ;;;###autoload (define-minor-mode auto-image-file-mode "Toggle visiting of image files as images. |