changeset 32218:65d06b88701d

(image-file-name-regexp): image-file-regexps -> image-file-name-regexps.
author Dave Love <fx@gnu.org>
date Fri, 06 Oct 2000 16:09:09 +0000
parents 44f7f2635fec
children f008efed9754
files lisp/image-file.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image-file.el	Fri Oct 06 16:07:31 2000 +0000
+++ b/lisp/image-file.el	Fri Oct 06 16:09:09 2000 +0000
@@ -85,8 +85,8 @@
     (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)))