aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-03-24 14:49:21 +0000
committerDavid Aspinall2000-03-24 14:49:21 +0000
commit2cbfa85567ce702139f94c4ec6aef89168746a3b (patch)
treeefa3b495a68cbca4ec06132dbe8d0a3822449b1d
parentffea246f8fdffc628b50f646a087c88a9324dd41 (diff)
Removed pg_saved_gl which was for testing.
-rw-r--r--isa/isa.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 5857ae20..ad13eaf9 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -201,7 +201,8 @@ and script mode."
;; initial command configures Isabelle by hacking print functions.
;; FIXME: temporary hack for almost enabling/disabling printing.
- proof-shell-init-cmd "val pg_saved_gl = ref (!goals_limit); fun proofgeneral_enable_pr () = goals_limit:= !pg_saved_gl; fun proofgeneral_disable_pr() = (pg_saved_gl := !goals_limit; goals_limit := 0); ProofGeneral.init false;"
+; proof-shell-init-cmd "val pg_saved_gl = ref (!goals_limit); fun proofgeneral_enable_pr () = goals_limit:= !pg_saved_gl; fun proofgeneral_disable_pr() = (pg_saved_gl := !goals_limit; goals_limit := 0); ProofGeneral.init false;"
+ proof-shell-init-cmd "ProofGeneral.init false;"
proof-shell-restart-cmd "ProofGeneral.isa_restart();"
proof-shell-quit-cmd "quit();"