changeset 52:2e64db0383ef

*** empty log message ***
author Joseph Arceneaux <jla@gnu.org>
date Tue, 06 Mar 1990 16:44:57 +0000
parents 38d1425bbae4
children a8efef5eb891
files lisp/play/gomoku.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/gomoku.el	Fri Feb 23 00:46:31 1990 +0000
+++ b/lisp/play/gomoku.el	Tue Mar 06 16:44:57 1990 +0000
@@ -950,7 +950,7 @@
 
 (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)