aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-09-14 19:18:04 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-09-14 19:18:04 +0000
commit1faf69c4bac18a7386f098a9ce3221e01476871d (patch)
treea047349b0889d3da4160388ee1139a3884357c61 /coq
parent96fe322d111bf21a75343afab39d76785f9b29e7 (diff)
fix #421 with solution 1
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 dacf117f..593a6f45 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1905,7 +1905,8 @@ the proof shell without asking the user for
confirmation (assuming she agreed already on switching the active
scripting buffer). This is needed to ensure the load path is
correct in the new scripting buffer."
- (proof-shell-exit t))
+ (unless proof-shell-exit-in-progress
+ (proof-shell-exit t)))
(add-hook 'proof-deactivate-scripting-hook