diff options
| author | David Aspinall | 2000-02-09 19:41:59 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-02-09 19:41:59 +0000 |
| commit | 0309ccee40311b5684a79bcd5b3732a3aadc3952 (patch) | |
| tree | 2efc26dd0d72a2153895351971aa923ddc149f4f /generic/proof-script.el | |
| parent | bfa4e7d1904022cd74a736e89a8a7367f95bc0d3 (diff) | |
Added proof-shell-pre-interrupt-hook
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 3 |
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))) ;; |
