diff lisp/play/gomoku.el @ 11560:d90395d3b0ad

(gomoku-display-statistics): Use force-mode-line-update.
author Karl Heuer <kwzh@gnu.org>
date Tue, 25 Apr 1995 22:20:30 +0000
parents 09392b4de856
children 08ad51d6c210
line wrap: on
line diff
--- a/lisp/play/gomoku.el	Tue Apr 25 22:17:55 1995 +0000
+++ b/lisp/play/gomoku.el	Tue Apr 25 22:20:30 1995 +0000
@@ -968,8 +968,7 @@
 	  (format ": Won %d, lost %d"
 		  gomoku-number-of-human-wins
 		  gomoku-number-of-emacs-wins))))
-  ;; Then a (standard) kludgy line will force update of mode line.
-  (set-buffer-modified-p (buffer-modified-p)))
+  (force-mode-line-update))
 
 (defun gomoku-switch-to-window ()
   "Find or create the Gomoku buffer, and display it."