Mercurial > emacs
changeset 60938:14fb950842c8
(image-file-name-extensions): Remove .xbm and .xpm
associated with c-mode in `auto-mode-alist'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 25 Mar 2005 19:57:48 +0000 |
parents | ddcbccff39ce |
children | 2abeaaf3b5bf |
files | lisp/image-file.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'.