aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 61e515c5..cb5b91d0 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -728,7 +728,8 @@ This is specific to `coq-mode'."
'blink-matching-paren-dont-ignore-comments) t)
;; multiple file handling
- (setq proof-cannot-reopen-processed-files t
+ (setq proof-cannot-reopen-processed-files nil
+ proof-auto-multiple-files t
;; proof-shell-inform-file-retracted-cmd 'coq-retract-file
proof-shell-require-command-regexp coq-require-command-regexp
proof-done-advancing-require-function 'coq-process-require-command)