; (read-answer-short): Fix :version setting for backport
This commit is contained in:
parent
84ecc48d1f
commit
111916596f
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ the function cell of `yes-or-no-p' is set to `y-or-on-p'."
|
|||
:type '(choice (const :tag "Accept short answers" t)
|
||||
(const :tag "Require long answer" nil)
|
||||
(const :tag "Guess preference" auto))
|
||||
:version "27.1"
|
||||
:version "26.2"
|
||||
:group 'minibuffer)
|
||||
|
||||
(defconst read-answer-map--memoize (make-hash-table :weakness 'key :test 'equal))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue