From 4514b7ecc6fdf8d2642ea6ff84f0af3868a3a658 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Jan 2023 10:32:44 +0200 Subject: [PATCH] ; * lisp/doc-view.el (doc-view-mupdf-use-svg): Bump :version. --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 7c272f52fb3..0303fec67a6 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -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." -- 2.39.5