diff options
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 |