aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-11-03 22:17:58 +0000
committerStefan Monnier2000-11-03 22:17:58 +0000
commit7d52567be7cf5e585dffc0c5280ede6176b76e4f (patch)
tree8ca952f1863de4359d626e402fae4d7fd47353fc
parent3ed2ed36aa92d6f00d178c5fdc9f83c1daee76bf (diff)
downloademacs-7d52567be7cf5e585dffc0c5280ede6176b76e4f.tar.gz
emacs-7d52567be7cf5e585dffc0c5280ede6176b76e4f.zip
(auto-image-file-mode): Drop unneeded positional args.
-rw-r--r--lisp/image-file.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el
index 3d47cc8a2ef..217e4708693 100644
--- a/lisp/image-file.el
+++ b/lisp/image-file.el
@@ -159,9 +159,6 @@ Returns non-nil if the new state is enabled.
159Image files are those whose name has an extension in 159Image files are those whose name has an extension in
160`image-file-name-extensions', or matches a regexp in 160`image-file-name-extensions', or matches a regexp in
161`image-file-name-regexps'." 161`image-file-name-regexps'."
162 nil
163 nil
164 nil
165 :global t 162 :global t
166 :group 'image 163 :group 'image
167 ;; Remove existing handler 164 ;; Remove existing handler