From 18e5a64ad67e3535b53173fcc20ad4069fa4ccfe Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Apr 1998 04:40:40 +0000 Subject: [PATCH] (rul-generic-mode): Use font-lock-builtin-face, not font-lock-em[hasized-face. --- lisp/generic-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/generic-x.el b/lisp/generic-x.el index 1f321478bcf..b56eac7c0f5 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el @@ -679,7 +679,7 @@ you must reload generic-x to enable the specified modes." (1 font-lock-reference-face) (2 font-lock-variable-name-face nil t)) ;; indirect string constants - '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-emphasized-face) + '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-builtin-face) ;; gotos '("[ \t]*\\(\\sw+:\\)" 1 font-lock-reference-face) '("\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?" -- 2.39.2