aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2000-05-29 18:33:39 +0000
committerDavid Aspinall2000-05-29 18:33:39 +0000
commitb9c7739fed07fc1b649718046f0d2e491a1bd81e (patch)
treecfcbd46d82b713ed713c04290479e2503e19362b
parentfb474f38984c9752e0ca06dbf70a176af93bedc3 (diff)
Remove isar-markup-ml from here
-rw-r--r--isa/isabelle-system.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/isa/isabelle-system.el b/isa/isabelle-system.el
index 2ac5850d..78222588 100644
--- a/isa/isabelle-system.el
+++ b/isa/isabelle-system.el
@@ -262,14 +262,6 @@ until Proof General is restarted."
:type 'integer
:setting "print_depth %i;")
-;; FIXME: move this somewhere sensible.
-;; (actually only needs setting for isar)
-(setq proof-assistant-setting-format 'isar-markup-ml)
-
-(defun isar-markup-ml (string)
- "Return marked up version of STRING for Isar if we seem to be using Isar."
- (if isa-running-isar (format "ML_command {* %s *};" string) string))
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Generic Isabelle menu for Isabelle and Isabelle/Isar