]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert last change.
authorJuri Linkov <juri@jurta.org>
Fri, 25 Mar 2005 21:43:05 +0000 (21:43 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 25 Mar 2005 21:43:05 +0000 (21:43 +0000)
lisp/image-file.el

index c9bb6f0d0c06a6630a846045f9d584944789ecb8..11676021afd276df0fc33a8b87d3a7ecba124f5f 100644 (file)
@@ -38,7 +38,7 @@
 
 ;;;###autoload
 (defcustom image-file-name-extensions
-  '("png" "jpeg" "jpg" "gif" "tiff" "tif" "pbm" "pgm" "ppm" "pnm")
+  '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")
   "*A list of image-file filename extensions.
 Filenames having one of these extensions are considered image files,
 in addition to those matching `image-file-name-regexps'.