aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--generic/proof-shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index 848eb1e3..e2d35e32 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -826,7 +826,8 @@ are not dealt with eagerly during script processing, namely
(cond
;; Response buffer output
((eq proof-shell-delayed-output-kind 'abort)
- (proof-shell-show-as-response "Aborted."))
+ (proof-shell-show-as-response proof-shell-delayed-output))
+ ;; "Aborted." why??
((eq proof-shell-delayed-output-kind 'response)
(proof-shell-show-as-response proof-shell-delayed-output))
;; Goals buffer output