; Delete duplicate variable definition

* lisp/doc-view.el (doc-view--current-cache-dir): Delete duplicate
variable definition.
This commit is contained in:
Stefan Kangas 2025-03-19 21:02:30 +01:00
parent 5432331a62
commit 1fca171add

View file

@ -321,9 +321,6 @@ stylesheet is switched, or its contents modified."
:version "29.1" :version "29.1"
:set #'doc-view-custom-set-epub-user-stylesheet) :set #'doc-view-custom-set-epub-user-stylesheet)
(defvar-local doc-view--current-cache-dir nil
"Only used internally.")
(defun doc-view-custom-set-epub-font-size (option-name new-value) (defun doc-view-custom-set-epub-font-size (option-name new-value)
(set-default option-name new-value) (set-default option-name new-value)
(doc-view--epub-reconvert)) (doc-view--epub-reconvert))