mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 10:53:23 +00:00
; Delete duplicate variable definition
* lisp/doc-view.el (doc-view--current-cache-dir): Delete duplicate variable definition.
This commit is contained in:
parent
5432331a62
commit
1fca171add
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue