aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--generic/proof-menu.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index 9ce34c69..39717c85 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -342,12 +342,12 @@ without adjusting window layout."
;; :selected (and (boundp 'x-symbol-mode) x-symbol-mode
;; x-symbol-use-unicode)]
- ["Unicode Tokens" (proof-unicode-tokens-toggle
- (if unicode-tokens-mode 0 1))
- :active (proof-unicode-tokens-support-available)
- :style toggle
- :selected (and (boundp 'unicode-tokens-mode)
- unicode-tokens-mode)]
+;; ["Unicode Tokens" (proof-unicode-tokens-toggle
+;; (if unicode-tokens-mode 0 1))
+;; :active (proof-unicode-tokens-support-available)
+;; :style toggle
+;; :selected (and (boundp 'unicode-tokens-mode)
+;; unicode-tokens-mode)]
["Unicode Maths Menu" (proof-maths-menu-toggle (if maths-menu-mode 0 1))
:active (proof-maths-menu-support-available)