# HG changeset patch # User Jim Blandy # Date 721877445 0 # Node ID e198e33a4c09b3c03e67aa1803e94781c8f2f6f2 # Parent c154322a854654fe9e8a7520b9871f4b50833c62 * 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. * ehelp.el (electric-help-command-loop): Same. diff -r c154322a8546 -r e198e33a4c09 lisp/ehelp.el --- a/lisp/ehelp.el Mon Nov 16 01:29:47 1992 +0000 +++ b/lisp/ehelp.el Mon Nov 16 01:30:45 1992 +0000 @@ -119,8 +119,8 @@ (catch 'exit (if (pos-visible-in-window-p (point-max)) (progn (message "<<< Press Space to bury the help buffer >>>") - (if (= (setq unread-command-char (read-char)) ?\ ) - (progn (setq unread-command-char -1) + (if (= (setq unread-command-event (read-char)) ?\ ) + (progn (setq unread-command-event nil) (throw 'exit t))))) (let (up down both neither (standard (and (eq (key-binding " ")