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.
	* gnus.el (gnus-Subject-next-article): Same.
This commit is contained in:
Jim Blandy 1992-11-16 01:35:55 +00:00
parent b8ec3aa307
commit 7d70f8c44e

View File

@ -2287,7 +2287,7 @@ If argument UNREAD is non-nil, only unread article is selected."
(let ((char (read-char)))
(if (= char cmd)
(gnus-Subject-next-group nil)
(setq unread-command-char char))))
(setq unread-command-event char))))
)
))
)))