aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-shell.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index acb70b7e..62f61ddd 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -1953,10 +1953,8 @@ string instead.
Errors are not supressed and will result in a display as
usual, unless NOERROR is non-nil."
(setq proof-shell-no-response-display t)
- (setq proof-shell-no-error-display t)
(unwind-protect
(proof-shell-invisible-command cmd 'waitforit)
- (setq proof-shell-no-error-display nil)
(setq proof-shell-no-response-display nil))
proof-shell-last-output)