[gnus git] branch master updated: m0-13-94-g4c7b583 =1= * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to `gnus-summary-delete-article` in a way that also works on XEmacs.

Katsumi Yamaoka <[email protected]> Mon, 09 Nov 2015 02:59:50 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  4c7b58391d57065c5c87cea9f9d7741a5809066d (commit)
      from  d51393389a5a4b3fbb601e07821b9e6619df2717 (commit)


- Log -----------------------------------------------------------------
commit 4c7b58391d57065c5c87cea9f9d7741a5809066d
Author: Michael Sperber <[email protected]>
Date:   Mon Nov 9 01:58:00 2015 +0000

    * gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
    `gnus-summary-delete-article` in a way that also works on XEmacs.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b098983..5722b2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-08  Michael Sperber  <[email protected]>
+
+	* gnus-sum.el (gnus-summary-backend-map): Bind B-backspace to
+	`gnus-summary-delete-article` in a way that also works on XEmacs.
+
 2015-11-01  Thomas Fitzsimmons  <[email protected]>
 
 	* ntlm.el: Change version to 2.0.0.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index d4ca655..be0554f 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -2220,6 +2220,7 @@ increase the score of each group you read."
   "\M-\C-e" gnus-summary-expire-articles-now
   "\177" gnus-summary-delete-article
   [delete] gnus-summary-delete-article
+  [backspace] gnus-summary-delete-article
   "m" gnus-summary-move-article
   "r" gnus-summary-respool-article
   "w" gnus-summary-edit-article

-----------------------------------------------------------------------
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   |    5 +++++
 lisp/gnus-sum.el |    1 +
 2 files changed, 6 insertions(+)

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