]> code.delx.au - gnu-emacs-elpa/commitdiff
[gnugo] Bind ‘M-u’ to ‘gnugo-undo-one-move’.
authorThien-Thi Nguyen <ttn@gnu.org>
Mon, 10 Mar 2014 17:11:30 +0000 (18:11 +0100)
committerThien-Thi Nguyen <ttn@gnu.org>
Mon, 10 Mar 2014 17:24:23 +0000 (18:24 +0100)
* packages/gnugo/gnugo.el (gnugo-board-mode-map): ...here.

packages/gnugo/NEWS
packages/gnugo/gnugo.el

index b39f47d62acf2e5bb289c81497dbd1255633bfe0..d321bcaf39c52da9c9fbb2428f199435dd01149e 100644 (file)
@@ -9,6 +9,7 @@ Hint: (highlight-phrase "[0-9][.][0-9][.][0-9]+\\|[0-9]+[.][.][0-9]+"
 
 
 - next | NOT YET RELEASED
+  - new keybinding for ‘gnugo-undo-one-move’: M-u
   - performance improvements
 
 - 2.3.1 | 2014-02-27
index 474812352a978d2c147ac2a0bca3fe0665706474..6c6c0444bbe77661c92fc20e45ed073b285cd4cb 100644 (file)
@@ -1850,6 +1850,7 @@ starting a new one.  See `gnugo-board-mode' documentation for more info."
           ("q"        . gnugo-quit)
           ("Q"        . gnugo-leave-me-alone)
           ("U"        . gnugo-fancy-undo)
+          ("\M-u"     . gnugo-undo-one-move)
           ("u"        . gnugo-undo-two-moves)
           ("\C-?"     . gnugo-undo-two-moves)
           ("\C-l"     . gnugo-refresh)