diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-script.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 9e4562c4..e6a2a65e 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1980,7 +1980,8 @@ No effect if prover is busy." (save-restriction ;; see Trac#403 (widen) (goto-char beg) - (proof-retract-until-point))))) + (proof-retract-until-point) + (proof-shell-wait))))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
