aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
authorDavid Aspinall2000-02-09 19:41:59 +0000
committerDavid Aspinall2000-02-09 19:41:59 +0000
commit0309ccee40311b5684a79bcd5b3732a3aadc3952 (patch)
tree2efc26dd0d72a2153895351971aa923ddc149f4f /generic/proof-script.el
parentbfa4e7d1904022cd74a736e89a8a7367f95bc0d3 (diff)
Added proof-shell-pre-interrupt-hook
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 982de20e..ce97d623 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -1790,7 +1790,8 @@ handling of interrupt signals."
(with-current-buffer proof-shell-buffer
;; Just send an interrrupt.
;; Action on receiving one is triggered in proof-shell
- (comint-interrupt-subjob)))
+ (comint-interrupt-subjob)
+ (run-hooks 'proof-shell-pre-interrupt-hook)))
;;