From 3b39873ce214bf58f23d0130c2df7308e69c656b Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 2 Mar 2023 20:44:47 +0800 Subject: Fix bootstrap failure * lisp/man.el (Man-prefer-synchronous-call): Fix version specification. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/man.el') 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. -- cgit v1.2.1