]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete duplicate variable definition
authorStefan Kangas <stefankangas@gmail.com>
Wed, 19 Mar 2025 20:02:30 +0000 (21:02 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Mar 2025 18:08:57 +0000 (19:08 +0100)
* lisp/doc-view.el (doc-view--current-cache-dir): Delete duplicate
variable definition.

(cherry picked from commit 1fca171addd830fab78fb7cc1c73c43cd7d7a2e9)

lisp/doc-view.el

index 44b81706033570ac18bf772d68adb21f8abe82d6..461e109ef74700e14d67fd3e3d62b4634b136583 100644 (file)
@@ -321,9 +321,6 @@ stylesheet is switched, or its contents modified."
   :version "29.1"
   :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)
   (set-default option-name new-value)
   (doc-view--epub-reconvert))