aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-auxmodes.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-10 21:44:27 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-10 21:44:27 +0000
commit96a3068614cc1cc9560ba7b61bb13ea83676a42b (patch)
treeb84b0a723c97629f3ab2c3c349f7f5b2549b5789 /generic/proof-auxmodes.el
parent3a24329664b22553a81216b829e5c5389e7dd6d4 (diff)
Disable Unicode Tokens 2
Diffstat (limited to 'generic/proof-auxmodes.el')
-rw-r--r--generic/proof-auxmodes.el24
1 files changed, 12 insertions, 12 deletions
diff --git a/generic/proof-auxmodes.el b/generic/proof-auxmodes.el
index 809630bc..fab81023 100644
--- a/generic/proof-auxmodes.el
+++ b/generic/proof-auxmodes.el
@@ -79,18 +79,18 @@
;;
;; Unicode tokens 2 (temporary!)
;;
-(defun proof-unicode-tokens2-support-available ()
- "A test to see whether unicode tokens2 support is available."
- (and
- (or (featurep 'unicode-tokens2)
- (proof-try-require 'unicode-tokens2))
- ;; Requires prover-specific config in <foo>-unicode-tokens2.el
- (proof-try-require (proof-ass-sym unicode-tokens2))))
-
-(proof-eval-when-ready-for-assistant
- (if (and (proof-ass unicode-tokens2-enable)
- (proof-unicode-tokens2-support-available))
- (proof-unicode-tokens2-set-global t)))
+;; (defun proof-unicode-tokens2-support-available ()
+;; "A test to see whether unicode tokens2 support is available."
+;; (and
+;; (or (featurep 'unicode-tokens2)
+;; (proof-try-require 'unicode-tokens2))
+;; ;; Requires prover-specific config in <foo>-unicode-tokens2.el
+;; (proof-try-require (proof-ass-sym unicode-tokens2))))
+
+;; (proof-eval-when-ready-for-assistant
+;; (if (and (proof-ass unicode-tokens2-enable)
+;; (proof-unicode-tokens2-support-available))
+;; (proof-unicode-tokens2-set-global t)))
(provide 'proof-auxmodes)