changeset 11582:ba3fe06d55eb

(hanoi): Use force-mode-line-update.
author Karl Heuer <kwzh@gnu.org>
date Tue, 25 Apr 1995 22:29:35 +0000
parents e21661a78292
children b481316dd562
files lisp/play/hanoi.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/play/hanoi.el	Tue Apr 25 22:29:17 1995 +0000
+++ b/lisp/play/hanoi.el	Tue Apr 25 22:29:35 1995 +0000
@@ -156,7 +156,7 @@
       (goto-char (point-min))
       (message "Done")
       (setq buffer-read-only t)
-      (set-buffer-modified-p (buffer-modified-p))
+      (force-mode-line-update)
       (sit-for 0))))
 
 ;;;