]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJoseph Arceneaux <jla@gnu.org>
Tue, 6 Mar 1990 16:44:57 +0000 (16:44 +0000)
committerJoseph Arceneaux <jla@gnu.org>
Tue, 6 Mar 1990 16:44:57 +0000 (16:44 +0000)
lisp/play/gomoku.el

index 4c7620f570502c7cd2c6faae388557b2c301dd98..5d2e0e8e14740b65313c197ca865a027d8e4f6a6 100644 (file)
@@ -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)