summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-01-14 10:26:40 +0200
committerEli Zaretskii <eliz@gnu.org>2023-01-14 10:26:40 +0200
commit79971ebacc7ea114cbb9210d3505a576c95b2964 (patch)
treee1682125f537eafb3517273051f5fb6105c7550b /lisp/doc-view.el
parentf1032bf24e79cf32341473c5d9f447c4c74f9d2b (diff)
downloademacs-79971ebacc7ea114cbb9210d3505a576c95b2964.tar.gz
emacs-79971ebacc7ea114cbb9210d3505a576c95b2964.tar.bz2
emacs-79971ebacc7ea114cbb9210d3505a576c95b2964.zip
Disable and document 'doc-view-mupdf-use-svg' (bug#58041)
* lisp/doc-view.el (doc-view-mupdf-use-svg): Disable by default. * etc/NEWS: Document. Patch by Visuwesh <visuweshm@gmail.com>. Do not merge to master.
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r--lisp/doc-view.el4
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")