--- gomoku.el~ 2020-03-21 19:13:36.284656730 -0400 +++ gomoku.el 2020-03-22 23:11:48.313804581 -0400 @@ -1114,7 +1114,7 @@ (setq square1 (+ square1 depl)) (cond ((= dy 0) ; Horizontal - (gomoku-move-right) + (forward-char 1) (insert-char ?- (1- gomoku-square-width) t) (delete-region (point) (progn (skip-chars-forward " \t")