# HG changeset patch # User Dave Love # Date 970848549 0 # Node ID 65d06b88701dfc37a07cbe8615a703b62c577da7 # Parent 44f7f2635fec39ed443acac7ce35aaff2440031d (image-file-name-regexp): image-file-regexps -> image-file-name-regexps. diff -r 44f7f2635fec -r 65d06b88701d lisp/image-file.el --- 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)))