ttn pushed a commit to branch master
in repository elpa.

commit e9031b47cbd1d20f5156e432efed8f933c5640fe
Author: Thien-Thi Nguyen <t...@gnu.org>
Date:   Fri Feb 21 12:35:36 2014 +0100

    [gnugo] Bind ‘DEL’ to ‘gnugo-undo-two-moves’.
    
    * packages/gnugo/gnugo.el (gnugo-board-mode-map): ...here.
---
 packages/gnugo/gnugo.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 6bc6e46..b30988c 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/gnugo.el
@@ -1813,6 +1813,7 @@ starting a new one.  See `gnugo-board-mode' documentation 
for more info."
           ("Q"        . gnugo-leave-me-alone)
           ("U"        . gnugo-fancy-undo)
           ("u"        . gnugo-undo-two-moves)
+          ("\C-?"     . gnugo-undo-two-moves)
           ("\C-l"     . gnugo-refresh)
           ("\M-_"     . bury-buffer)
           ("_"        . bury-buffer)

Reply via email to