aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/type-break.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/type-break.el')
-rw-r--r--lisp/type-break.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/type-break.el b/lisp/type-break.el
index 440a7136f1d..d71b41da531 100644
--- a/lisp/type-break.el
+++ b/lisp/type-break.el
@@ -1025,7 +1025,7 @@ With optional non-nil ALL, force redisplay of all mode-lines."
1025 (setq continue nil) 1025 (setq continue nil)
1026 (and (get-buffer "*Life*") 1026 (and (get-buffer "*Life*")
1027 (kill-buffer "*Life*")) 1027 (kill-buffer "*Life*"))
1028 (condition-case () 1028 (condition-case err
1029 (progn 1029 (progn
1030 (life 3) 1030 (life 3)
1031 ;; wait for user to return 1031 ;; wait for user to return
@@ -1033,7 +1033,7 @@ With optional non-nil ALL, force redisplay of all mode-lines."
1033 (type-break-catch-up-event) 1033 (type-break-catch-up-event)
1034 (kill-buffer "*Life*")) 1034 (kill-buffer "*Life*"))
1035 (life-extinct 1035 (life-extinct
1036 (message "%s" (get 'life-extinct 'error-message)) 1036 (message "%s" (error-message-string err))
1037 ;; restart demo 1037 ;; restart demo
1038 (setq continue t)) 1038 (setq continue t))
1039 (quit 1039 (quit