]> code.delx.au - gnu-emacs/commitdiff
(image-file-name-extensions): Add "pgm" and "ppm".
authorMiles Bader <miles@gnu.org>
Mon, 18 Dec 2000 02:18:21 +0000 (02:18 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 18 Dec 2000 02:18:21 +0000 (02:18 +0000)
lisp/ChangeLog
lisp/image-file.el

index b537260d74fd949677001271e205ee876d94db65..114ff5e0b169e89b2b7cdfdc419d3dceb2f110fc 100644 (file)
@@ -1,5 +1,7 @@
 2000-12-18  Miles Bader  <miles@gnu.org>
 
+       * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
+
        * textmodes/artist.el (artist-replace-chars, artist-replace-char): 
        Check that emacs-major-version is `=' to 20, not `>='.
        (artist-replace-chars): Use `make-string' instead of a loop.
index ef667085eacab69f06eb91f433a58d49b4f6bf59..87314f3b90ca03acdcf3eda37fd5d88ded42e678 100644 (file)
@@ -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'.