Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
18e5a64a
Commit
18e5a64a
authored
Apr 03, 1998
by
Richard M. Stallman
Browse files
(rul-generic-mode): Use font-lock-builtin-face,
not font-lock-em[hasized-face.
parent
37254ece
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/generic-x.el
lisp/generic-x.el
+1
-1
No files found.
lisp/generic-x.el
View file @
18e5a64a
...
@@ -679,7 +679,7 @@ you must reload generic-x to enable the specified modes."
...
@@ -679,7 +679,7 @@ you must reload generic-x to enable the specified modes."
(
1
font-lock-reference-face
)
(
1
font-lock-reference-face
)
(
2
font-lock-variable-name-face
nil
t
))
(
2
font-lock-variable-name-face
nil
t
))
;; indirect string constants
;; 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
;; gotos
'
(
"[ \t]*\\(\\sw+:\\)"
1
font-lock-reference-face
)
'
(
"[ \t]*\\(\\sw+:\\)"
1
font-lock-reference-face
)
'
(
"\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?"
'
(
"\\<\\(goto\\)\\>[ \t]*\\(\\sw+\\)?"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment