mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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:
parent
b8ec3aa307
commit
7d70f8c44e
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
)
|
||||
))
|
||||
)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue