From 111916596fc8518cffcd0c32cf0f99e638f6ec24 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sat, 4 Aug 2018 12:00:43 -0400 Subject: [PATCH] ; (read-answer-short): Fix :version setting for backport --- lisp/emacs-lisp/map-ynp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el index 87c4079a95f..a61c0adc8fb 100644 --- a/lisp/emacs-lisp/map-ynp.el +++ b/lisp/emacs-lisp/map-ynp.el @@ -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)) -- 2.39.5