]> git.eshelyaron.com Git - emacs.git/commit
Fix movement commands in gomoku
authorAsher Gordon <AsDaGo@posteo.net>
Sat, 28 Mar 2020 18:32:25 +0000 (14:32 -0400)
committerEli Zaretskii <eliz@gnu.org>
Fri, 3 Apr 2020 11:47:32 +0000 (14:47 +0300)
commit1ded4a8b932eb377f5882e7b99ab7365dce43445
tree47d4b4ece3ea7df91384d1168984aa89dec6da4e
parentd8dae04e5ae5cc4897c8d1af8548a0c1576137b6
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.
etc/NEWS
lisp/play/gomoku.el