Mercurial > emacs
changeset 1616:46528118f75d
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Nov 1992 01:38:22 +0000 |
parents | 21e2defc55c0 |
children | 9002bc96d2d6 |
files | lisp/map-ynp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/map-ynp.el Mon Nov 16 01:37:46 1992 +0000 +++ b/lisp/map-ynp.el Mon Nov 16 01:38:22 1992 +0000 @@ -157,7 +157,7 @@ (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)))))