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 30b430c5..43ca29d9 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -931,7 +931,8 @@ 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 proof-shell-start-silent-cmd + (if (and (not proof-full-decoration) + proof-shell-start-silent-cmd) (or proof-shell-silent ; already ;; NB: there is some question here over counting the ;; proof-action-list, since it could itself contain |
