diff options
author | Miles Bader <miles@gnu.org> | 2000-12-18 02:18:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-12-18 02:18:21 +0000 |
commit | 7f49aa0734b05f7694d7264ae8f1106c81deec93 (patch) | |
tree | 2779e931d50fb43768a8f77d5c92dc63cf619839 /lisp/image-file.el | |
parent | 5a04700221cb704ec8ebdce2ddf76c1f14ec3faa (diff) | |
download | emacs-7f49aa0734b05f7694d7264ae8f1106c81deec93.tar.gz |
(image-file-name-extensions): Add "pgm" and "ppm".
Diffstat (limited to 'lisp/image-file.el')
-rw-r--r-- | lisp/image-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-file.el b/lisp/image-file.el index ef667085eac..87314f3b90c 100644 --- a/lisp/image-file.el +++ b/lisp/image-file.el @@ -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'. |