--- gomoku.el~ 2020-03-21 15:06:52.145727337 -0400 +++ gomoku.el 2020-03-21 19:13:36.284656730 -0400 @@ -1000,7 +1000,7 @@ (1- (point)) (point) '(mouse-face highlight help-echo "mouse-2: play at this square"))) (delete-char 1) - (gomoku-move-left)) + (backward-char 1)) (sit-for 0)) ; Display NOW (defun gomoku-init-display (n m)