Mercurial > emacs
changeset 60942:2dbc6d52cb36
Revert last change.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 25 Mar 2005 21:43:05 +0000 |
parents | 2c2396d32d08 |
children | 258772850c9a |
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 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'.