(gnus-summary-next-article): Replace last-command-char with last-command-event.

This commit is contained in:
Glenn Morris
2009-01-09 04:26:14 +00:00
parent 1ba983e8d9
commit ed77e66cc6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-01-09 Glenn Morris <rgm@gnu.org>
* gnus-sum.el (gnus-summary-next-article): Replace last-command-char
with last-command-event.
2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
* message.el (message-fix-before-sending): Amend comment.

View File

@@ -7625,7 +7625,7 @@ If BACKWARD, the previous article is selected instead of the next."
(t
(unless (gnus-ephemeral-group-p gnus-newsgroup-name)
(gnus-summary-jump-to-group gnus-newsgroup-name))
(let ((cmd last-command-char)
(let ((cmd last-command-event)
(point
(with-current-buffer gnus-group-buffer
(point)))