diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-25 22:20:30 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-25 22:20:30 +0000 |
commit | 1faea684f8f32fd81ff026bb450b706f8313304a (patch) | |
tree | 1acf51735676e537abcc12a6a97e336e28dc6aa4 /lisp | |
parent | 3d93ac2871993cb2beeec804773549c0ea0913b8 (diff) | |
download | emacs-1faea684f8f32fd81ff026bb450b706f8313304a.tar.gz |
(gomoku-display-statistics): Use force-mode-line-update.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/play/gomoku.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 5bb0f110fef..b8feaf88cad 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -968,8 +968,7 @@ If the game is finished, this command requests for another game." (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." |