aboutsummaryrefslogtreecommitdiff
path: root/isar
diff options
context:
space:
mode:
Diffstat (limited to 'isar')
-rw-r--r--isar/isar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 9914c7b8..f65b78cd 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -299,8 +299,8 @@
proof-shell-retract-files-regexp
"Proof General, you can unlock the file \"\\(.*\\)\""
proof-shell-compute-new-files-list 'isar-shell-compute-new-files-list
- proof-shell-inform-file-processed-cmd "ProofGeneral.inform_file_processed \"%s\";"
- proof-shell-inform-file-retracted-cmd "ProofGeneral.inform_file_retracted \"%s\";")
+ proof-shell-inform-file-processed-cmd "ProofGeneral.inform_file_processed \"%e\";"
+ proof-shell-inform-file-retracted-cmd "ProofGeneral.inform_file_retracted \"%e\";")
(add-hook 'proof-activate-scripting-hook 'isar-activate-scripting))