diff options
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index 51bb15d1..d3dc1577 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -703,6 +703,7 @@ Then we call `proof-shell-handle-error-or-interrupt-hook'." proof-shell-quiet-errors) (beep)) (proof-script-clear-queue-spans) + ;; TODO: add temporary span for error message (setq proof-action-list nil) (proof-release-lock err-or-int) ;; @@ -936,7 +937,7 @@ track what happens in the proof queue." ;; FIXME: could be macro for efficiency improvement in avoiding calculating num (defun proof-shell-should-be-silent (num) "Return non-nil if we must switch to silent mode, adding NUM entries to queue." - (if (and (not proof-full-decoration) + (if (and (not proof-full-annotation) proof-shell-start-silent-cmd) (or proof-shell-silent ; already ;; NB: there is some question here over counting the |
