1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

; * lisp/doc-view.el (doc-view-djvused-program): allow nil in type

This commit is contained in:
Mattias Engdegård 2024-10-04 10:19:26 +02:00
parent 598f15bcaf
commit 336e977f18

View File

@ -222,7 +222,7 @@ are available (see Info node `(emacs)Document View')."
"djvused")
"Name of \"djvused\" program to generate imenu outline for DjVu files.
This is part of DjVuLibre."
:type 'file
:type '(choice (const nil) file)
:version "31.1")
(defcustom doc-view-imenu-enabled (and (or (executable-find "mutool")