aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2003-02-22 17:36:41 +0000
committerDavid Aspinall2003-02-22 17:36:41 +0000
commitebba1e38ee0f8a2b3465348db2e4295a6984c197 (patch)
tree80377498a2cfd37fec4485a70bfd8a81a0918987
parente4d944182aa41adbba7a4509f04742201c75cd00 (diff)
Move x-sym config to x-symbol-isar.el
-rw-r--r--isar/isar.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/isar/isar.el b/isar/isar.el
index c8eb87d6..08d6c9b9 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -605,21 +605,4 @@ proof-shell-retract-files-regexp."
x-symbol-isabelle-font-lock-keywords)))
(proof-goals-config-done))
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
-;; x-symbol support
-;;
-;; The following settings configure the generic PG package.
-;; The token language "Isabelle Symbols" is in file isa/x-symbol-isabelle.el
-;;
-
-(setq
- proof-xsym-activate-command
- (isar-markup-ml
- "print_mode := ([\"xsymbols\", \"symbols\"] @ ! print_mode)")
- proof-xsym-deactivate-command
- (isar-markup-ml
- "print_mode := (Library.gen_rems (op =) (! print_mode, [\"xsymbols\", \"symbols\"]))"))
-
(provide 'isar)