diff options
| author | Stefan Monnier | 2000-11-03 22:17:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2000-11-03 22:17:58 +0000 |
| commit | 7d52567be7cf5e585dffc0c5280ede6176b76e4f (patch) | |
| tree | 8ca952f1863de4359d626e402fae4d7fd47353fc | |
| parent | 3ed2ed36aa92d6f00d178c5fdc9f83c1daee76bf (diff) | |
| download | emacs-7d52567be7cf5e585dffc0c5280ede6176b76e4f.tar.gz emacs-7d52567be7cf5e585dffc0c5280ede6176b76e4f.zip | |
(auto-image-file-mode): Drop unneeded positional args.
| -rw-r--r-- | lisp/image-file.el | 3 |
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. | |||
| 159 | Image files are those whose name has an extension in | 159 | Image 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 |