aboutsummaryrefslogtreecommitdiff
path: root/coq
diff options
context:
space:
mode:
authorPierre Courtieu2014-12-22 23:47:37 +0000
committerPierre Courtieu2014-12-22 23:47:37 +0000
commit377373025c649d91be84d3e71b36d8c1508a0ea9 (patch)
treecd5d945c8dc1a95694906b8fa659bf3843e8e398 /coq
parent5e0855925629694936a0f73936defa20a1758172 (diff)
Fixed a compilation issue + small display glitch in coqpg
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 3ff0bf2c..76fb4fb4 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1282,7 +1282,7 @@ Warning:
;; *default* value to nil.
(custom-set-default 'proof-output-tooltips nil)
-
+;; This seems xemacs only code, remove?
(defconst coq-prettify-symbols-alist
'(("not" . ?¬)
;; ("/\\" . ?∧)
@@ -1407,8 +1407,9 @@ Warning:
(cons coq-tags tags-table-list)))
(set (make-local-variable 'blink-matching-paren-dont-ignore-comments) t)
- (set (make-local-variable 'prettify-symbols-alist)
- coq-prettify-symbols-alist)
+; xemacs related, remove?
+; (set (make-local-variable 'prettify-symbols-alist)
+; coq-prettify-symbols-alist)
(setq proof-cannot-reopen-processed-files nil)