From f768d32990933999512a6baa62e21d4bf3e84662 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 4 Oct 2024 10:19:26 +0200 Subject: [PATCH] ; * lisp/doc-view.el (doc-view-djvused-program): allow nil in type (cherry picked from commit 336e977f18f0f823af229e037f0df71505366839) --- lisp/doc-view.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 28d48a74f1e..997d0972dcf 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -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") -- 2.39.2