changeset 1605:fbce36b9547f

* 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. * comint.el (comint-dynamic-list-completions): Same.
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Nov 1992 01:28:14 +0000
parents 25173c1db5a6
children 4303c30b29de
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Mon Nov 16 01:21:50 1992 +0000
+++ b/lisp/comint.el	Mon Nov 16 01:28:14 1992 +0000
@@ -1091,7 +1091,7 @@
 	     (let ((ch (read-char)))
 	       (if (= ch ?\ )
 		   (set-window-configuration conf)
-		   (setq unread-command-char ch))))))))
+		   (setq unread-command-event ch))))))))
 
 ;;; Converting process modes to use comint mode
 ;;; ===========================================================================