Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
49e787c9
Commit
49e787c9
authored
Jan 31, 2009
by
Glenn Morris
Browse files
(gnus-summary-next-article): XEmacs-friendly version of 2009-01-09 change.
parent
1a6d6750
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+5
-0
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-sum.el
+3
-1
No files found.
lisp/gnus/ChangeLog
View file @
49e787c9
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
...
...
lisp/gnus/gnus-sum.el
View file @
49e787c9
...
...
@@ -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)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment