(gnus-summary-next-article): Revert last change by which XEmacs gets not to work.
This commit is contained in:
parent
4624b6e34c
commit
63d12d3879
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-sum.el (gnus-summary-next-article): Revert last change by which
|
||||
XEmacs gets not to work.
|
||||
|
||||
2009-01-09 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* gnus-sum.el (gnus-summary-next-article): Replace last-command-char
|
||||
|
|
|
@ -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-event)
|
||||
(let ((cmd last-command-char)
|
||||
(point
|
||||
(with-current-buffer gnus-group-buffer
|
||||
(point)))
|
||||
|
|
Loading…
Add table
Reference in a new issue