aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-08-28 15:08:14 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-08-28 15:08:14 +0000
commiteea095002ae63dcb69c89607ed81991868e88223 (patch)
tree596325f26615dad7e6f3a8bae2608a16e49e88ba /isa
parent97fdbe183d5e675283599f87a71feddfc1c362df (diff)
Remove Library.timings call, restore compatibility with I99.
Diffstat (limited to 'isa')
-rw-r--r--isa/isabelle-system.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/isa/isabelle-system.el b/isa/isabelle-system.el
index d538a8e2..3a43bb0f 100644
--- a/isa/isabelle-system.el
+++ b/isa/isabelle-system.el
@@ -288,10 +288,11 @@ until Proof General is restarted."
:type 'boolean
:setting "quick_and_dirty:=%b;")
-(defpacustom global-timing nil
- "Whether to enable timing in Isabelle."
- :type 'boolean
- :setting "Library.timing:=%b;")
+;; FIXME: for 99-1
+; (defpacustom global-timing nil
+; "Whether to enable timing in Isabelle."
+; :type 'boolean
+; :setting "Library.timing:=%b;")
(defpacustom print-depth 10
"Setting for the ML print depth in Isabelle."