* bytecomp.el: Declare unread-command-char an obsolete variable.
authorJim Blandy <jimb@redhat.com>
Mon, 16 Nov 1992 01:43:53 +0000 (01:43 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 16 Nov 1992 01:43:53 +0000 (01:43 +0000)
* 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.
* terminal.el (te-escape-extended-command-unread): Same.

lisp/terminal.el

index 35d5022..c1f30dd 100644 (file)
@@ -223,7 +223,7 @@ Other chars following \"%s\" are interpreted as follows:\n"
 ;; not used.
 (defun te-escape-extended-command-unread ()
   (interactive)
-  (setq unread-command-char last-input-char)
+  (setq unread-command-event last-input-char)
   (te-escape-extended-command))
 
 (defun te-set-escape-char (c)