summaryrefslogtreecommitdiff
path: root/lisp/map-ynp.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-11-16 01:38:22 +0000
committerJim Blandy <jimb@redhat.com>1992-11-16 01:38:22 +0000
commit1d53468616096250ba1d70295e6493dd9f320adf (patch)
treecffede149916f9cd40447792fe823af6916978d5 /lisp/map-ynp.el
parent058f56ba9538d5fad0d31cd90e1804beb98b9889 (diff)
downloademacs-1d53468616096250ba1d70295e6493dd9f320adf.tar.gz
* bytecomp.el: Declare unread-command-char an obsolete variable.
* vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * map-ynp.el (map-y-or-n-p): Same.
Diffstat (limited to 'lisp/map-ynp.el')
-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."
(funcall actor elt)
(setq actions (1+ actions))))))
((= ?? char)
- (setq unread-command-char help-char)
+ (setq unread-command-event help-char)
(setq next (` (lambda ()
(setq next '(, next))
'(, elt)))))