aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/map-ynp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index 777c1e39614..37f9e702c86 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -157,7 +157,7 @@ the current %s and exit."
157 (funcall actor elt) 157 (funcall actor elt)
158 (setq actions (1+ actions)))))) 158 (setq actions (1+ actions))))))
159 ((= ?? char) 159 ((= ?? char)
160 (setq unread-command-char help-char) 160 (setq unread-command-event help-char)
161 (setq next (` (lambda () 161 (setq next (` (lambda ()
162 (setq next '(, next)) 162 (setq next '(, next))
163 '(, elt))))) 163 '(, elt)))))