aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-17 11:54:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-17 11:54:02 +0000
commitbe0f8150a8f4ffaf9b284ea7dfd39c28612bf8ed (patch)
tree1e8e57e94c5924296fb731420ac28ca07a8966ef /generic/proof-config.el
parent865b7617135e442672725f9771a17e765488ccdf (diff)
Clean up handling of pending interrupts, remove experimental proof-shell-interrupts-after-commit.
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 7313502c..c6e073ea 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1055,15 +1055,6 @@ See `proof-shell-error-regexp' and `proof-shell-interrupt-regexp'."
:type 'boolean
:group 'proof-shell)
-(defcustom proof-shell-interrupts-after-commit nil
- "Non-nil means the prover commits changes then checks for interruption.
-
-The default behaviour assumed by Proof General is that interruption
-interrupts the currently executing command and does not commit it.
-Isabelle has changed this since Isabelle2009-1 or thereabouts."
- :type 'boolean
- :group 'proof-shell)
-
(defcustom pg-next-error-regexp nil
"Regular expression which matches an error message, perhaps with line/column.
Used by `proof-next-error' to jump to line numbers causing