1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lisp/play
Asher Gordon 1ded4a8b93 Fix movement commands in gomoku
* lisp/play/gomoku.el (gomoku-mode-map): Bind cursor motion keys
to gomoku-specific commands.
(gomoku-point-x, gomoku-move-right, gomoku-move-left): New
commands.
(gomoku--intangible, gomoku-move-ne, gomoku-move-se)
(gomoku-move-nw, gomoku-move-sw): Call gomoku-move-left and
gomoku-move-right instead of forward-char and backward-char.
(Bug#40169)

* etc/NEWS: Call out the changes.
2020-04-03 14:47:32 +03:00
..
5x5.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
animate.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
blackbox.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bubbles.el Declare some <package>-version variables obsolete 2020-03-21 02:49:25 +01:00
cookie1.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
decipher.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
dissociate.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
doctor.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
dunnet.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
fortune.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gamegrid.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gametree.el Remove subsumed repetitions in regexps 2020-02-20 16:05:18 +01:00
gomoku.el Fix movement commands in gomoku 2020-04-03 14:47:32 +03:00
handwrite.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
hanoi.el
life.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
morse.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mpuz.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
pong.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
snake.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
solitaire.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
spook.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
studly.el
tetris.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
zone.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00