diff options
| author | Thomas Kleymann | 1999-02-03 15:55:42 +0000 |
|---|---|---|
| committer | Thomas Kleymann | 1999-02-03 15:55:42 +0000 |
| commit | 113a83d751f3fc51fc6fc6655e3ee77f488b2793 (patch) | |
| tree | 1ef34cc2d8dc80237684c187d381cbc29fb6d334 /isa | |
| parent | c28be95727fe2023d2937958ac53aa1716958337 (diff) | |
fixed syntax entry for "_"
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.el | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 ?\$ ".") |
