aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-shell.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-03-14 09:29:48 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-03-14 09:29:48 +0000
commit5b3f191a9b989bd68bee27ce84aeeeb9fa1060fd (patch)
tree3b966cb4659b485bead02403739fc9560174cd72 /generic/proof-shell.el
parentdfb79401d8ea75588305c6e9789895c9c646e76b (diff)
- change to proof-restart-buffers for unlocking ancestors
- improve internal docs for unlocking
Diffstat (limited to 'generic/proof-shell.el')
-rw-r--r--generic/proof-shell.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index c70c4eaa..be127b8a 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -1151,7 +1151,12 @@ A subroutine of `proof-shell-process-urgent-message'."
(proof-interrupt-process)))
(defun proof-shell-process-urgent-message-retract (start end)
- "A subroutine of `proof-shell-process-urgent-message'."
+ "A subroutine of `proof-shell-process-urgent-message'.
+Takes files off `proof-included-files-list' and calls
+`proof-restart-buffers' to do the necessary clean-up on those
+buffers visting a file that disappears from
+`proof-included-files-list'. So in some respect this function is
+inverse to `proof-register-possibly-new-processed-file'."
(let ((current-included proof-included-files-list))
(setq proof-included-files-list
(funcall proof-shell-compute-new-files-list))