From: Po Lu Date: Thu, 2 Mar 2023 12:44:47 +0000 (+0800) Subject: Fix bootstrap failure X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b39873ce214bf58f23d0130c2df7308e69c656b;p=emacs.git Fix bootstrap failure * lisp/man.el (Man-prefer-synchronous-call): Fix version specification. --- 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.