aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-x-symbol.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/proof-x-symbol.el b/generic/proof-x-symbol.el
index 17167d6e..2fdc0f83 100644
--- a/generic/proof-x-symbol.el
+++ b/generic/proof-x-symbol.el
@@ -294,6 +294,8 @@ Assumes that the current buffer is the proof shell buffer."
'proof-x-symbol-encode-shell-input))
((not (proof-ass x-symbol-enable))
(if (and proof-xsym-deactivate-command
+ ;; NB: overlap with unicode tokens: don't disable that
+ (not (proof-ass unicode-tokens-enable))
(proof-shell-live-buffer))
(proof-shell-invisible-command-invisible-result
proof-xsym-deactivate-command))