summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorJoseph Arceneaux <jla@gnu.org>1990-03-06 16:44:57 +0000
committerJoseph Arceneaux <jla@gnu.org>1990-03-06 16:44:57 +0000
commit4a07a2afa9b1bf52028cd6e5c876905f0dc2bf3c (patch)
tree83f6983234e96dbed146f93dc3378a18a8b37326 /lisp/play
parent64f58c87430578a414ed0b589895bc29b3d511eb (diff)
downloademacs-4a07a2afa9b1bf52028cd6e5c876905f0dc2bf3c.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/gomoku.el2
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."
(defun gomoku-init-display (n m)
"Display an N by M Gomoku board."
- (buffer-flush-undo (current-buffer))
+ (buffer-disable-undo (current-buffer))
(if buffer-read-only (toggle-read-only))
(erase-buffer)
(let (string1 string2 string3 string4)