changeset 1613:694d5c6de713

* 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.
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 01:36:46 +0000
parents d0a00faa2c98
children 567e76c81b0c
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Mon Nov 16 01:35:55 1992 +0000
+++ b/lisp/info.el	Mon Nov 16 01:36:46 1992 +0000
@@ -785,7 +785,7 @@
 		    (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)))))