diff lisp/progmodes/meta-mode.el @ 20953:f3f9df46d008

Changed font-lock-reference-face to font-lock-constant-face.
author Simon Marshall <simon@gnu.org>
date Fri, 20 Feb 1998 14:58:27 +0000
parents 6f55b3849106
children b174db545cfd
line wrap: on
line diff
--- a/lisp/progmodes/meta-mode.el	Fri Feb 20 14:55:48 1998 +0000
+++ b/lisp/progmodes/meta-mode.el	Fri Feb 20 14:58:27 1998 +0000
@@ -245,10 +245,10 @@
          (cons (concat "\\<" input-keywords "\\>"
                        "[ \t]+\\(\\sw+\\)")
                '((1 font-lock-keyword-face)
-                 (2 font-lock-reference-face)))
+                 (2 font-lock-constant-face)))
          ;; embedded Metafont/MetaPost code in comments
          (cons "|\\([^|]+\\)|" 
-               '(1 font-lock-reference-face t))
+               '(1 font-lock-constant-face t))
      ))
   "Default expressions to highlight in Metafont or MetaPost mode.")