]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/doc-view.el (doc-view-mupdf-use-svg): Bump :version.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2023 08:32:44 +0000 (10:32 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2023 08:32:44 +0000 (10:32 +0200)
lisp/doc-view.el

index 7c272f52fb34c688629d362365d5563340fb7203..0303fec67a694800d7a4d025508a03048a175247 100644 (file)
@@ -212,7 +212,7 @@ are available (see Info node `(emacs)Document View')."
 (defcustom doc-view-mupdf-use-svg (image-type-available-p 'svg)
   "Whether to use svg images for PDF files."
   :type 'boolean
-  :version "29.1")
+  :version "30.1")
 
 (defcustom doc-view-imenu-enabled (and (executable-find "mutool") t)
   "Whether to generate an imenu outline when \"mutool\" is available."