# HG changeset patch # User Juri Linkov # Date 1111786985 0 # Node ID 2dbc6d52cb362cc529d1457868d404552245d9a0 # Parent 2c2396d32d08c9dd8e2a58d82435185c58d881c1 Revert last change. diff -r 2c2396d32d08 -r 2dbc6d52cb36 lisp/image-file.el --- 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'.