diff options
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r-- | lisp/doc-view.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 7c272f52fb3..427da557d23 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -209,8 +209,8 @@ are available (see Info node `(emacs)Document View')." function) :version "24.4") -(defcustom doc-view-mupdf-use-svg (image-type-available-p 'svg) - "Whether to use svg images for PDF files." +(defcustom doc-view-mupdf-use-svg nil + "Whether to use SVG images for PDF files." :type 'boolean :version "29.1") |