diff options
| author | Richard M. Stallman | 1998-04-03 04:40:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-03 04:40:40 +0000 |
| commit | 18e5a64ad67e3535b53173fcc20ad4069fa4ccfe (patch) | |
| tree | 100915242043414cd87081ef50bad34746d5ec6f | |
| parent | 37254ece9e58402c2311dbe7c048308aea06d7a0 (diff) | |
| download | emacs-18e5a64ad67e3535b53173fcc20ad4069fa4ccfe.tar.gz emacs-18e5a64ad67e3535b53173fcc20ad4069fa4ccfe.zip | |
(rul-generic-mode): Use font-lock-builtin-face,
not font-lock-em[hasized-face.
| -rw-r--r-- | lisp/generic-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 679 | (1 font-lock-reference-face) | 679 | (1 font-lock-reference-face) |
| 680 | (2 font-lock-variable-name-face nil t)) | 680 | (2 font-lock-variable-name-face nil t)) |
| 681 | ;; indirect string constants | 681 | ;; indirect string constants |
| 682 | '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-emphasized-face) | 682 | '("\\(@[A-Za-z][A-Za-z0-9_]+\\)" 1 font-lock-builtin-face) |
| 683 | ;; gotos | 683 | ;; gotos |
| 684 | '("[ \t]*\\(\\sw+:\\)" 1 font-lock-reference-face) | 684 | '("[ \t]*\\(\\sw+:\\)" 1 font-lock-reference-face) |
| 685 | '("\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?" | 685 | '("\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?" |