Mercurial > emacs
changeset 34650:795aabd40afe
(image-file-name-extensions): Add "pgm" and "ppm".
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 18 Dec 2000 02:18:09 +0000 |
parents | 7140dfffb7b6 |
children | d7420ad5649a |
files | lisp/image-file.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image-file.el Mon Dec 18 01:18:43 2000 +0000 +++ b/lisp/image-file.el Mon Dec 18 02:18:09 2000 +0000 @@ -38,7 +38,7 @@ ;;;###autoload (defcustom image-file-name-extensions - '("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm") + '("png" "jpeg" "jpg" "gif" "tiff" "xbm" "xpm" "pbm" "pgm" "ppm") "*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'.