aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-06-13 10:58:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-06-13 10:58:48 +0000
commitf3f1e0021282bc89010cf5e5aeb5ca21c58994e3 (patch)
tree310704873322f4e6fe553884187d86fcb49618f7 /generic
parente9ceb4ed1cce78569abb3e4792f91c7fb3a483be (diff)
Experiment with showing real prover output for aborted proofs.
Diffstat (limited to 'generic')
-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