summaryrefslogtreecommitdiff
path: root/lisp/man.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-03-02 20:44:47 +0800
committerPo Lu <luangruo@yahoo.com>2023-03-02 20:45:02 +0800
commit3b39873ce214bf58f23d0130c2df7308e69c656b (patch)
tree3103ce417ad87c856633c8d36d4f3d72934eacd1 /lisp/man.el
parent11c4177430230ef41cb700c48afecf475cf39893 (diff)
downloademacs-3b39873ce214bf58f23d0130c2df7308e69c656b.tar.gz
Fix bootstrap failure
* lisp/man.el (Man-prefer-synchronous-call): Fix version specification.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 3ab9aa5b4dd..479bf9f9a3c 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -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.