Fix bootstrap failure
* lisp/man.el (Man-prefer-synchronous-call): Fix version specification.
This commit is contained in:
parent
11c4177430
commit
3b39873ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue