]> git.eshelyaron.com Git - emacs.git/commitdiff
; (read-answer-short): Fix :version setting for backport
authorNoam Postavsky <npostavs@gmail.com>
Sat, 4 Aug 2018 16:00:43 +0000 (12:00 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 4 Aug 2018 16:00:43 +0000 (12:00 -0400)
lisp/emacs-lisp/map-ynp.el

index 87c4079a95fdf78c196b142c3359181317a4603a..a61c0adc8fb1c759c81a438c75d6789a749afa73 100644 (file)
@@ -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))