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
222c901e
Commit
222c901e
authored
Feb 06, 2012
by
Glenn Morris
Browse files
Further doc fix for imagemagick-types-inhibit
parent
0992bd9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/image.el
lisp/image.el
+4
-1
No files found.
lisp/image.el
View file @
222c901e
...
...
@@ -688,11 +688,14 @@ The minimum delay between successive frames is 0.01s."
This should be a list of symbols, each of which has the same
name as one of the format tags used internally by ImageMagick;
see `imagemagick-types'. Entries in this list are excluded from
being registered by `imagemagick-register-types'.
being registered by `imagemagick-register-types', so if you change
this variable you must do so before you call that function.
If Emacs is compiled without ImageMagick, this variable has no effect."
:type
'
(
choice
(
const
:tag
"Let ImageMagick handle all types it can"
nil
)
(
repeat
symbol
))
;; Ideally, would have a :set function that checks if we already did
;; imagemagick-register-types, and if so undoes it, then redoes it.
:version
"24.1"
:group
'image
)
...
...
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