diff options
author | Joakim Verona <joakim@verona.se> | 2010-06-14 23:27:03 +0200 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2010-06-14 23:27:03 +0200 |
commit | d2a2d277369b8340851f294761c96b8198665532 (patch) | |
tree | 9dfaf36149fba70c71ba7aebbc4224e636eb5379 /lisp/image.el | |
parent | 4917006be4c461d6dfedc205ababadd5e15d5279 (diff) | |
download | emacs-d2a2d277369b8340851f294761c96b8198665532.tar.gz |
cosmetics, and changing of defconst to defcustom
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 4 |
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 |