(gnus-summary-next-article): XEmacs-friendly version of 2009-01-09 change.
authorGlenn Morris <rgm@gnu.org>
Sat, 31 Jan 2009 02:57:13 +0000 (02:57 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 31 Jan 2009 02:57:13 +0000 (02:57 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-sum.el

index a14302c..aefb2fd 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
+       2009-01-09 change.
+
 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el: Update docs to reflect epa-file-enable is to be used
index ed636e0..0624418 100644 (file)
@@ -7625,7 +7625,9 @@ 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 (if (featurep 'xemacs)
+                  last-command-char
+                last-command-event))
          (point
           (with-current-buffer gnus-group-buffer
             (point)))