aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-01 21:43:42 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-01 21:43:42 +0000
commit8de05b130ecb7aa6cd16ac73ac069968297b3ebd (patch)
treebaa4d7753f9704ca221d71feca7770d2319fc6ea /phox
parent3f95d71bd40bf03e232aa9078efab369cd6a8344 (diff)
Remove (commented out) x-symbol configuration
Diffstat (limited to 'phox')
-rw-r--r--phox/phox.el19
1 files changed, 0 insertions, 19 deletions
diff --git a/phox/phox.el b/phox/phox.el
index 79fe2b6d..8244edb7 100644
--- a/phox/phox.el
+++ b/phox/phox.el
@@ -235,25 +235,6 @@
(append phox-top-keywords phox-proof-keywords)
)
-;;;
-;;; X-Symbol
-;;;
-
-(defpgdefault x-symbol-language 'phox)
-
-;; (eval-after-load "x-symbol-phox"
-;; ;; Add x-symbol tokens to phox-completion-table and rebuild
-;; ;; internal completion table if completion is already active
-;; '(progn
-;; (defpgdefault completion-table
-;; (append (proof-ass completion-table)
-;; (mapcar (lambda (xsym) (nth 2 xsym))
-;; x-symbol-phox-table)))
-;; (setq proof-xsym-font-lock-keywords
-;; x-symbol-phox-font-lock-keywords)
-;; (if (featurep 'completion)
-;; (proof-add-completions))))
-
(provide 'phox)