aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorThomas Kleymann1999-02-03 15:55:42 +0000
committerThomas Kleymann1999-02-03 15:55:42 +0000
commit113a83d751f3fc51fc6fc6655e3ee77f488b2793 (patch)
tree1ef34cc2d8dc80237684c187d381cbc29fb6d334 /isa
parentc28be95727fe2023d2937958ac53aa1716958337 (diff)
fixed syntax entry for "_"
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 73e47061..a94150a2 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -609,10 +609,7 @@ Resulting output from Isabelle will be parsed by Proof General."
(setq proof-mode-for-shell 'isa-shell-mode)
(setq proof-mode-for-pbp 'isa-pbp-mode))
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; Configuring proof and pbp mode and setting up various utilities ;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
+; FIXME: IMHO (tms) this ought to be defined in isa-syntax and not here.
(defun isa-init-syntax-table ()
"Set appropriate values for syntax table in current buffer."
(modify-syntax-entry ?\$ ".")