Mercurial > emacs
changeset 21345:89cdcab46969
(rul-generic-mode): Use font-lock-builtin-face,
not font-lock-em[hasized-face.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Apr 1998 04:40:40 +0000 |
parents | 6e3839022c76 |
children | 199e97fad577 |
files | lisp/generic-x.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/generic-x.el Fri Apr 03 03:13:32 1998 +0000 +++ b/lisp/generic-x.el Fri Apr 03 04:40:40 1998 +0000 @@ -679,7 +679,7 @@ (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+\\)?"