[gnus git] branch master updated: m0-1-69-ge8d4bab =1= gnus-sum.el (gnus-summary-article-map): Fix typo.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e8d4bab213ee8b04100aaaf6b4d8ce95e0b680d7 (commit)
from 5fc97788ea414743be6732b562c8b23d912f952a (commit)
- Log -----------------------------------------------------------------
commit e8d4bab213ee8b04100aaaf6b4d8ce95e0b680d7
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Feb 6 22:36:07 2012 +0000
gnus-sum.el (gnus-summary-article-map): Fix typo.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3d7ccce..9ecae5a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-06 Katsumi Yamaoka <[email protected]>
+
+ * gnus-sum.el (gnus-summary-article-map): Fix typo.
+
2012-02-06 Lars Ingebrigtsen <[email protected]>
* gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index b3d7902..45a0f0b 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -2082,7 +2082,7 @@ increase the score of each group you read."
"g" gnus-summary-show-article
"s" gnus-summary-isearch-article
[tab] gnus-summary-widget-forward
- [backtab] gnus-summary-widget-forward
+ [backtab] gnus-summary-widget-backward
"P" gnus-summary-print-article
"S" gnus-sticky-article
"M" gnus-mailing-list-insinuate
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-sum.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project