diff options
| author | Christophe Raffalli | 2004-10-20 13:15:14 +0000 |
|---|---|---|
| committer | Christophe Raffalli | 2004-10-20 13:15:14 +0000 |
| commit | 833f4a83100a5245b16f2d6121b49c81a8512fdf (patch) | |
| tree | b569ad126778a5bbe1e243405c643e8f77400cd3 /generic | |
| parent | c2be1c070c874c23ddfadb3d90e686113873ae81 (diff) | |
added proof-x-symbol-set-language for script buffer
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-x-symbol.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-x-symbol.el b/generic/proof-x-symbol.el index f9ad173d..3294b6a8 100644 --- a/generic/proof-x-symbol.el +++ b/generic/proof-x-symbol.el @@ -187,6 +187,13 @@ in future if we have just activated it for this buffer." (set (proof-ass-sym x-symbol-enable) nil) ; assume failure! (proof-x-symbol-initialize 'giveerrors) (set (proof-ass-sym x-symbol-enable) t))) + +;; C RAFFALLI: we need to set x-symbol-language even for the script buffer +;; and I think this is a good place ... may be a variable should control +;; an option to have x-symbol only in the output buffer but not in the script +;; buffer ? + (proof-x-symbol-set-language) + (x-symbol-mode) (proof-x-symbol-mode-associated-buffers)) |
