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
c58bb024
Commit
c58bb024
authored
May 23, 2004
by
Juri Linkov
Browse files
(change-log-font-lock-keywords): Remove `:' from
regexps for function and variable names.
parent
28633019
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lisp/add-log.el
lisp/add-log.el
+4
-4
No files found.
lisp/add-log.el
View file @
c58bb024
...
...
@@ -230,13 +230,13 @@ Note: The search is conducted only within 10%, at the beginning of the file."
;; Possibly further names in a list:
(
"\\=, \\([^ ,:([\n]+\\)"
nil
nil
(
1
'change-log-file-face
))
;; Possibly a parenthesized list of names:
(
"\\= (\\([^) ,
:
\n]+\\)"
nil
nil
(
1
'change-log-list-face
))
(
"\\=, *\\([^) ,
:
\n]+\\)"
nil
nil
(
1
'change-log-list-face
)))
(
"\\= (\\([^) ,\n]+\\)"
nil
nil
(
1
'change-log-list-face
))
(
"\\=, *\\([^) ,\n]+\\)"
nil
nil
(
1
'change-log-list-face
)))
;;
;; Function or variable names.
(
"^\t(\\([^) ,
:
\n]+\\)"
(
"^\t(\\([^) ,\n]+\\)"
(
1
'change-log-list-face
)
(
"\\=, *\\([^) ,
:
\n]+\\)"
nil
nil
(
1
'change-log-list-face
)))
(
"\\=, *\\([^) ,\n]+\\)"
nil
nil
(
1
'change-log-list-face
)))
;;
;; Conditionals.
(
"\\[!?\\([^]\n]+\\)\\]\\(:\\| (\\)"
(
1
'change-log-conditionals-face
))
...
...
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