projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3443574
)
; Make doc-viev-imenu-enabled default value a boolean again
author
Tassilo Horn
<tsdh@gnu.org>
Fri, 28 Jul 2023 05:07:45 +0000
(07:07 +0200)
committer
Tassilo Horn
<tsdh@gnu.org>
Fri, 28 Jul 2023 05:08:40 +0000
(07:08 +0200)
lisp/doc-view.el
patch
|
blob
|
history
diff --git
a/lisp/doc-view.el
b/lisp/doc-view.el
index 847601872f55645b331e091a50639f0da5050d56..2f3c453471d4f4d1f2a5bcf554ada21aa3d63788 100644
(file)
--- a/
lisp/doc-view.el
+++ b/
lisp/doc-view.el
@@
-216,7
+216,7
@@
are available (see Info node `(emacs)Document View')."
:type 'boolean
:version "30.1")
-(defcustom doc-view-imenu-enabled (
executable-find "mutool"
)
+(defcustom doc-view-imenu-enabled (
and (executable-find "mutool") t
)
"Whether to generate an imenu outline when \"mutool\" is available."
:type 'boolean
:version "29.1")