summaryrefslogtreecommitdiff
path: root/lisp/image.el
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2010-06-14 23:27:03 +0200
committerJoakim Verona <joakim@verona.se>2010-06-14 23:27:03 +0200
commitd2a2d277369b8340851f294761c96b8198665532 (patch)
tree9dfaf36149fba70c71ba7aebbc4224e636eb5379 /lisp/image.el
parent4917006be4c461d6dfedc205ababadd5e15d5279 (diff)
downloademacs-d2a2d277369b8340851f294761c96b8198665532.tar.gz
cosmetics, and changing of defconst to defcustom
Diffstat (limited to 'lisp/image.el')
-rw-r--r--lisp/image.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image.el b/lisp/image.el
index fe6af0cefda..5b7b26b58e8 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -694,8 +694,8 @@ shall be displayed."
(cons images tmo))))))
-(defconst imagemagick-types-inhibit
- '(C HTML HTM TXT)
+(defcustom imagemagick-types-inhibit
+ '(C HTML HTM TXT PDF)
"Types the imagemagick loader should not try to handle.")
;;;###autoload