aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-09-08 13:12:28 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-09-08 13:12:28 +0000
commit60f0c1cb836825820a9c3e02624cdec598d9355b (patch)
tree841a9f835fe72e50023e60b778937d36eab14b3d /coq
parentc7acd9dd665c5f6758bc375db820c26037aae1f9 (diff)
Adjust configuration setting for automatic multiple files handling
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)