diff options
| -rw-r--r-- | lisp/play/gomoku.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 4c7620f5705..5d2e0e8e147 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -950,7 +950,7 @@ If the game is finished, this command requests for another game." | |||
| 950 | 950 | ||
| 951 | (defun gomoku-init-display (n m) | 951 | (defun gomoku-init-display (n m) |
| 952 | "Display an N by M Gomoku board." | 952 | "Display an N by M Gomoku board." |
| 953 | (buffer-flush-undo (current-buffer)) | 953 | (buffer-disable-undo (current-buffer)) |
| 954 | (if buffer-read-only (toggle-read-only)) | 954 | (if buffer-read-only (toggle-read-only)) |
| 955 | (erase-buffer) | 955 | (erase-buffer) |
| 956 | (let (string1 string2 string3 string4) | 956 | (let (string1 string2 string3 string4) |