* 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. * info.el (Info-summary): Same.
This commit is contained in:
@@ -785,7 +785,7 @@ Completion is allowed, and the menu item point is on is the default."
|
||||
(message (if flag "Type Space to see more"
|
||||
"Type Space to return to Info"))
|
||||
(if (/= ?\ (setq ch (read-char)))
|
||||
(progn (setq unread-command-char ch) nil)
|
||||
(progn (setq unread-command-event ch) nil)
|
||||
flag))
|
||||
(scroll-up)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user