aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-11-20 12:24:13 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-11-20 12:24:13 +0000
commitf3156e7062a140c9d7a2f00f4bdb615a57e503ef (patch)
tree0cefa0841bae4fb8922be0c70dee48da3738d0d6 /isa
parent0cd64212adf8ae4ee414dae4a8b59af2d1bbad95 (diff)
Make proof-assistants-settings-cmd be evaluated at right time.
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 b433e6d7..3d21f61f 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -183,7 +183,7 @@ and script mode."
;; restoring settings saved by Proof General, etc.
proof-shell-pre-sync-init-cmd "ProofGeneral.init false;"
- proof-shell-init-cmd (proof-assistant-settings-cmd)
+ proof-shell-init-cmd '(proof-assistant-settings-cmd)
proof-shell-restart-cmd "ProofGeneral.isa_restart();"
proof-shell-quit-cmd "quit();"