diff lisp/image-file.el @ 60942:2dbc6d52cb36

Revert last change.
author Juri Linkov <juri@jurta.org>
date Fri, 25 Mar 2005 21:43:05 +0000
parents 14fb950842c8
children 6fb026ad601f
line wrap: on
line diff
--- a/lisp/image-file.el	Fri Mar 25 21:28:15 2005 +0000
+++ b/lisp/image-file.el	Fri Mar 25 21:43:05 2005 +0000
@@ -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'.