aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1998-10-26 16:06:06 +0000
committerGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1998-10-26 16:06:06 +0000
commit5ba799a4008066ce7d3b746a449f88b5bbb5ec5e (patch)
tree6d752d822954e044b3a246e62c27451b54230393 /lego
parent523c41fea16971cce581e12751dbf3ded2b22839 (diff)
*** empty log message ***
Diffstat (limited to 'lego')
-rw-r--r--lego/lego-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lego/lego-syntax.el b/lego/lego-syntax.el
index a70b627c..20b0a326 100644
--- a/lego/lego-syntax.el
+++ b/lego/lego-syntax.el
@@ -96,7 +96,7 @@
lego-font-lock-terms
(list
(cons (ids-to-regexp lego-keywords) 'font-lock-keyword-face)
- (cons (ids-to-regexp lego-tacticals) 'font-lock-tacticals-name-face)
+ (cons (ids-to-regexp lego-tacticals) 'proof-tacticals-name-face)
(list lego-goal-with-hole-regexp 2 'font-lock-function-name-face)
(list lego-save-with-hole-regexp 2 'font-lock-function-name-face))))