diff options
| author | David Aspinall | 2000-03-24 14:49:21 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-03-24 14:49:21 +0000 |
| commit | 2cbfa85567ce702139f94c4ec6aef89168746a3b (patch) | |
| tree | efa3b495a68cbca4ec06132dbe8d0a3822449b1d | |
| parent | ffea246f8fdffc628b50f646a087c88a9324dd41 (diff) | |
Removed pg_saved_gl which was for testing.
| -rw-r--r-- | isa/isa.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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();" |
