Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7f49aa07
Commit
7f49aa07
authored
Dec 18, 2000
by
Miles Bader
Browse files
(image-file-name-extensions): Add "pgm" and "ppm".
parent
5a047002
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/image-file.el
lisp/image-file.el
+1
-1
No files found.
lisp/ChangeLog
View file @
7f49aa07
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.
...
...
lisp/image-file.el
View file @
7f49aa07
...
...
@@ -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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment