aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2018-08-04 12:00:43 -0400
committerNoam Postavsky2018-08-04 12:00:43 -0400
commit111916596fc8518cffcd0c32cf0f99e638f6ec24 (patch)
tree241e358d1806fa3b3cdbb026680b24b8bfe9a43f
parent84ecc48d1f9a98626977151aca332cfd4d7361b9 (diff)
downloademacs-111916596fc8518cffcd0c32cf0f99e638f6ec24.tar.gz
emacs-111916596fc8518cffcd0c32cf0f99e638f6ec24.zip
; (read-answer-short): Fix :version setting for backport
-rw-r--r--lisp/emacs-lisp/map-ynp.el2
1 files changed, 1 insertions, 1 deletions
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'."
265 :type '(choice (const :tag "Accept short answers" t) 265 :type '(choice (const :tag "Accept short answers" t)
266 (const :tag "Require long answer" nil) 266 (const :tag "Require long answer" nil)
267 (const :tag "Guess preference" auto)) 267 (const :tag "Guess preference" auto))
268 :version "27.1" 268 :version "26.2"
269 :group 'minibuffer) 269 :group 'minibuffer)
270 270
271(defconst read-answer-map--memoize (make-hash-table :weakness 'key :test 'equal)) 271(defconst read-answer-map--memoize (make-hash-table :weakness 'key :test 'equal))