From 76d6b0b2b1f039549d308a0d2c478a6b05869af9 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 24 Jul 2008 09:51:53 +0000 Subject: Merge changes from Version4Branch. --- lego/lego.el | 4 ++-- lego/x-symbol-lego.el | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 lego/x-symbol-lego.el (limited to 'lego') diff --git a/lego/lego.el b/lego/lego.el index 0d138804..d6211edb 100644 --- a/lego/lego.el +++ b/lego/lego.el @@ -334,7 +334,7 @@ Checks the width in the `proof-goals-buffer'" ;; font-lock - (setq font-lock-keywords lego-font-lock-keywords-1) + (set proof-script-font-lock-keywords lego-font-lock-keywords-1) (proof-config-done) @@ -357,7 +357,7 @@ Checks the width in the `proof-goals-buffer'" ("lego" . lego-tags)) tag-table-alist))) - (setq blink-matching-paren-dont-ignore-comments t) + (set (make-local-variable 'blink-matching-paren-dont-ignore-comments) t) ;; hooks and callbacks diff --git a/lego/x-symbol-lego.el b/lego/x-symbol-lego.el deleted file mode 100644 index 86f6b185..00000000 --- a/lego/x-symbol-lego.el +++ /dev/null @@ -1,13 +0,0 @@ -;; x-symbol-lego.el -;; -;; David Aspinall, adapted from file supplied by David von Obheimb -;; License: GPL (GNU GENERAL PUBLIC LICENSE) -;; -;; $Id$ -;; - -;; FIXME: to revitalise this, see coq/x-symbol-coq.el - -(error "LEGO support for X-Symbol has been removed in this release, sorry.") - -(provide 'x-symbol-lego) -- cgit v1.2.3