1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* 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.
	* terminal.el (te-escape-extended-command-unread): Same.
This commit is contained in:
Jim Blandy 1992-11-16 01:43:53 +00:00
parent eec38fabdd
commit 8f51771ee1

View 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)