diff options
| author | David Aspinall | 2008-01-24 23:56:45 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-01-24 23:56:45 +0000 |
| commit | bf211c52fd8fa79c8733fdaf1a127564c33a9829 (patch) | |
| tree | de70dfa9cbb72c6d7381a70d74de8056e88e6e11 /isar | |
| parent | 92508191870320f68a714d0d1cb8282d3179a8af (diff) | |
Remove use of proof-ass
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/x-symbol-isar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isar/x-symbol-isar.el b/isar/x-symbol-isar.el index d7ec9196..6a8a8fbf 100644 --- a/isar/x-symbol-isar.el +++ b/isar/x-symbol-isar.el @@ -156,7 +156,7 @@ or subscript tag." (return script-type)))))))) (defun isabelle-match-subscript (limit) - (if (proof-ass x-symbol-enable) + (if isar-x-symbol-enable (setq x-symbol-isar-subscript-type (funcall x-symbol-isar-subscript-matcher limit)))) @@ -478,7 +478,7 @@ See `x-symbol-language-access-alist' for details." ;; ;; this is MODE-ON CODING 8BITS UNIQUE SUBSCRIPTS IMAGE (defcustom x-symbol-isar-auto-style - '((proof-ass x-symbol-enable) ; MODE-ON: whether to turn on interactively + '(isar-x-symbol-enable ; MODE-ON: whether to turn on interactively nil ;; x-symbol-coding 'null ;; x-symbol-8bits [NEVER want it; null disables search] nil ;; x-symbol-unique |
