diff options
| author | Pierre Courtieu | 2014-12-22 23:47:37 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2014-12-22 23:47:37 +0000 |
| commit | 377373025c649d91be84d3e71b36d8c1508a0ea9 (patch) | |
| tree | cd5d945c8dc1a95694906b8fa659bf3843e8e398 /coq | |
| parent | 5e0855925629694936a0f73936defa20a1758172 (diff) | |
Fixed a compilation issue + small display glitch in coqpg
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq.el | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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) |
