changeset 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 33f97b477bad
children 56399c411b8b
files lisp/play/gomoku.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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."