aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-20 16:02:30 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-20 16:02:30 +0000
commit6ed9aea8d30a2eabe4d7b52c5e1cb096fe792ad2 (patch)
treed2fbbdf7b10be15fba65922c6f7842261b9c080c /isa
parent24de31acb9c8cfc8f0c84efe24783f33151bbc36 (diff)
Add isa-shell-update-thy at the end of proof-activate-scripting-hook.
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index c28aa0dc..372dd7a9 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -233,7 +233,7 @@ no regular or easily discernable structure."
"Proof General, you can unlock the file \"\\(.*\\)\""
proof-shell-compute-new-files-list 'isa-shell-compute-new-files-list
)
- (add-hook 'proof-activate-scripting-hook 'isa-shell-update-thy)
+ (add-hook 'proof-activate-scripting-hook 'isa-shell-update-thy 'append)
)