* gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
to TAB, not [tab]. (gnus-summary-article-map): Likewise.
This commit is contained in:
parent
1e14f99eca
commit
061c322778
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
2012-12-02 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
|
||||
to TAB, not [tab].
|
||||
(gnus-summary-article-map): Likewise.
|
||||
|
||||
* gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
|
||||
(gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
|
||||
|
||||
|
|
|
@ -1911,7 +1911,7 @@ increase the score of each group you read."
|
|||
"a" gnus-summary-post-news
|
||||
"x" gnus-summary-limit-to-unread
|
||||
"s" gnus-summary-isearch-article
|
||||
[tab] gnus-summary-widget-forward
|
||||
"\t" gnus-summary-widget-forward
|
||||
[backtab] gnus-summary-widget-backward
|
||||
"t" gnus-summary-toggle-header
|
||||
"g" gnus-summary-show-article
|
||||
|
@ -2076,7 +2076,7 @@ increase the score of each group you read."
|
|||
"W" gnus-warp-to-article
|
||||
"g" gnus-summary-show-article
|
||||
"s" gnus-summary-isearch-article
|
||||
[tab] gnus-summary-widget-forward
|
||||
"\t" gnus-summary-widget-forward
|
||||
[backtab] gnus-summary-widget-backward
|
||||
"P" gnus-summary-print-article
|
||||
"S" gnus-sticky-article
|
||||
|
|
Loading…
Add table
Reference in a new issue