# HG changeset patch # User Juri Linkov # Date 1111780668 0 # Node ID 14fb950842c8cf6b74dfe5ba50c67c2946be01c8 # Parent ddcbccff39ce72443d25a00e3d46d9d6e792eabc (image-file-name-extensions): Remove .xbm and .xpm associated with c-mode in `auto-mode-alist'. diff -r ddcbccff39ce -r 14fb950842c8 lisp/image-file.el --- a/lisp/image-file.el Fri Mar 25 19:57:21 2005 +0000 +++ b/lisp/image-file.el Fri Mar 25 19:57:48 2005 +0000 @@ -38,7 +38,7 @@ ;;;###autoload (defcustom image-file-name-extensions - '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm") + '("png" "jpeg" "jpg" "gif" "tiff" "tif" "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'.