diff options
| author | Michael Sperber | 2015-11-09 01:59:24 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-11-09 01:59:24 +0000 |
| commit | bcca6a2a028d05af3cb5b31a5a2c997f3f1f1d31 (patch) | |
| tree | c9721f57d0ca45177b1b5e7543ab58ffef8d8a3f /lisp | |
| parent | e133eeaa9797dfb01880529d5ac68f9086ae7054 (diff) | |
| download | emacs-bcca6a2a028d05af3cb5b31a5a2c997f3f1f1d31.tar.gz emacs-bcca6a2a028d05af3cb5b31a5a2c997f3f1f1d31.zip | |
* gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
`gnus-summary-delete-article` in a way that also works on XEmacs.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index d4ca6555b66..be0554fdb86 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -2220,6 +2220,7 @@ increase the score of each group you read." | |||
| 2220 | "\M-\C-e" gnus-summary-expire-articles-now | 2220 | "\M-\C-e" gnus-summary-expire-articles-now |
| 2221 | "\177" gnus-summary-delete-article | 2221 | "\177" gnus-summary-delete-article |
| 2222 | [delete] gnus-summary-delete-article | 2222 | [delete] gnus-summary-delete-article |
| 2223 | [backspace] gnus-summary-delete-article | ||
| 2223 | "m" gnus-summary-move-article | 2224 | "m" gnus-summary-move-article |
| 2224 | "r" gnus-summary-respool-article | 2225 | "r" gnus-summary-respool-article |
| 2225 | "w" gnus-summary-edit-article | 2226 | "w" gnus-summary-edit-article |