diff options
| -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." | |||
| 968 | (format ": Won %d, lost %d" | 968 | (format ": Won %d, lost %d" |
| 969 | gomoku-number-of-human-wins | 969 | gomoku-number-of-human-wins |
| 970 | gomoku-number-of-emacs-wins)))) | 970 | gomoku-number-of-emacs-wins)))) |
| 971 | ;; Then a (standard) kludgy line will force update of mode line. | 971 | (force-mode-line-update)) |
| 972 | (set-buffer-modified-p (buffer-modified-p))) | ||
| 973 | 972 | ||
| 974 | (defun gomoku-switch-to-window () | 973 | (defun gomoku-switch-to-window () |
| 975 | "Find or create the Gomoku buffer, and display it." | 974 | "Find or create the Gomoku buffer, and display it." |