summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-12-18 02:18:09 +0000
committerMiles Bader <miles@gnu.org>2000-12-18 02:18:09 +0000
commit05f55a0747212f1435c043744d1c92acb517a96a (patch)
tree7c20b252652d6db331975b3e4a84f9c20d116e35 /lisp
parent1406cda4e70460731f1dfc399329b6c1e2d4f775 (diff)
downloademacs-05f55a0747212f1435c043744d1c92acb517a96a.tar.gz
(image-file-name-extensions): Add "pgm" and "ppm".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/image-file.el2
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'.