comparison 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
comparison
equal deleted inserted replaced
60941:2c2396d32d08 60942:2dbc6d52cb36
36 (require 'image) 36 (require 'image)
37 37
38 38
39 ;;;###autoload 39 ;;;###autoload
40 (defcustom image-file-name-extensions 40 (defcustom image-file-name-extensions
41 '("png" "jpeg" "jpg" "gif" "tiff" "tif" "pbm" "pgm" "ppm" "pnm") 41 '("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm")
42 "*A list of image-file filename extensions. 42 "*A list of image-file filename extensions.
43 Filenames having one of these extensions are considered image files, 43 Filenames having one of these extensions are considered image files,
44 in addition to those matching `image-file-name-regexps'. 44 in addition to those matching `image-file-name-regexps'.
45 45
46 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled, 46 See `auto-image-file-mode'; if `auto-image-file-mode' is enabled,