diff options
author | Dave Love <fx@gnu.org> | 2000-10-06 16:11:44 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-10-06 16:11:44 +0000 |
commit | a23ccdf282ca784fd817b7d17a85c57ac3792bef (patch) | |
tree | cea7d3560a90f10705fccc06a2e72407458ef9dd /lisp/image-file.el | |
parent | d73aed133bcd95d74d7e166b1bb5531328d607e2 (diff) | |
download | emacs-a23ccdf282ca784fd817b7d17a85c57ac3792bef.tar.gz |
(image-file-name-regexp): image-file-regexps -> image-file-name-regexps.
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r-- | lisp/image-file.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el index 0265f4b5ffa..979120a1929 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -85,8 +85,8 @@ variable is set using \\[customize]." (if image-file-name-regexps (mapconcat 'identity (if exts-regexp - (cons exts-regexp image-file-regexps) - image-file-regexps) + (cons exts-regexp image-file-name-regexps) + image-file-name-regexps) "\\|") exts-regexp))) |