]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/doc-view.el (doc-view-djvused-program): allow nil in type
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 4 Oct 2024 08:19:26 +0000 (10:19 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:13:34 +0000 (12:13 +0200)
(cherry picked from commit 336e977f18f0f823af229e037f0df71505366839)

lisp/doc-view.el

index 28d48a74f1ef219e1fca0eafdf5336205b3589c4..997d0972dcf14b3b6f55f5171eac86acf2e99dd9 100644 (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")