1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix bootstrap failure

* lisp/man.el (Man-prefer-synchronous-call): Fix version
specification.
This commit is contained in:
Po Lu 2023-03-02 20:44:47 +08:00
parent 11c4177430
commit 3b39873ce2

View File

@ -103,7 +103,7 @@ When this is non-nil, call the \"man\" program synchronously
(rather than asynchronously, which is the default behavior)."
:type 'boolean
:group 'man
:version 30.1)
:version "30.1")
(defcustom Man-filter-list nil
"Manpage cleaning filter command phrases.