aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq-autotest.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/coq/coq-autotest.el b/coq/coq-autotest.el
index 351b66ce..9efdea22 100644
--- a/coq/coq-autotest.el
+++ b/coq/coq-autotest.el
@@ -16,6 +16,10 @@
(unless noninteractive
+ ;; new multiple file handling for Coq gives interactive queries
+ ;; continually unless we set this
+ (setq proof-auto-action-when-deactivating-scripting 'retract)
+
(pg-autotest log ".autotest.log") ; convention
(pg-autotest timestart 'total)