aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/interface-setup.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-24 09:51:53 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-24 09:51:53 +0000
commit76d6b0b2b1f039549d308a0d2c478a6b05869af9 (patch)
tree78cc7e13bf290a17e7006a6d4616a8a08e36ce8f /isar/interface-setup.el
parent8f8e9388b582ad6d3ee6e1eea842a8d443d4ce89 (diff)
Merge changes from Version4Branch.
Diffstat (limited to 'isar/interface-setup.el')
-rw-r--r--isar/interface-setup.el9
1 files changed, 2 insertions, 7 deletions
diff --git a/isar/interface-setup.el b/isar/interface-setup.el
index d6ea1341..effb3541 100644
--- a/isar/interface-setup.el
+++ b/isar/interface-setup.el
@@ -11,19 +11,14 @@
;;
;;
-;; X-Symbol
+;; X-Symbol -- backwards compatibility
;;
(let ((xsymbol (getenv "PROOFGENERAL_XSYMBOL")))
- ;; avoid confusing warning message
- (if (not (boundp 'x-symbol-image-converter))
- (customize-set-variable 'x-symbol-image-converter nil))
-
;; tell Proof General about -x option
(if (and xsymbol (not (equal xsymbol "")))
- (customize-set-variable 'isar-x-symbol-enable (equal xsymbol "true"))))
-
+ (customize-set-variable 'isar-unicode-tokens-enable (equal xsymbol "true"))))
;;
;; Unicode