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
2b8f2f46
Commit
2b8f2f46
authored
Mar 28, 2001
by
Gerd Moellmann
Browse files
(image-type-regexps): Change type for PS files
to `postscript'.
parent
44655e77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/image.el
lisp/image.el
+2
-2
No files found.
lisp/image.el
View file @
2b8f2f46
;;; image.el --- image API
;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
;; Copyright (C) 1998, 1999, 2000
, 2001
Free Software Foundation, Inc.
;; Keywords: multimedia
;; This file is part of GNU Emacs.
...
...
@@ -38,7 +38,7 @@
(
"^\211PNG\r\n"
.
png
)
(
"^#define"
.
xbm
)
(
"^\\(MM\0\\*\\)\\|\\(II\\*\0\\)"
.
tiff
)
(
"^%!PS"
.
gh
ostscript
))
(
"^%!PS"
.
p
ostscript
))
"Alist of (REGEXP . IMAGE-TYPE) pairs used to auto-detect image types.
When the first bytes of an image file match REGEXP, it is assumed to
be of image type IMAGE-TYPE."
)
...
...
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