ttn pushed a commit to branch ttn-gnugo in repository elpa. commit 1cd71530e0b67feb4be3a2d169517b1cfd73788e 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)