mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:42:26 +00:00
(change-log-font-lock-keywords):
Add `+' to e-mail regexp to accept mail address with keywords.
This commit is contained in:
parent
fbc6ab1a4d
commit
7397a79f13
@ -220,7 +220,7 @@ Note: The search is conducted only within 10%, at the beginning of the file."
|
||||
("^\\sw.........[0-9:+ ]*"
|
||||
(0 'change-log-date-face)
|
||||
;; Name and e-mail; some people put e-mail in parens, not angles.
|
||||
("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil
|
||||
("\\([^<(]+?\\)[ \t]*[(<]\\([A-Za-z0-9_.+-]+@[A-Za-z0-9_.-]+\\)[>)]" nil nil
|
||||
(1 'change-log-name-face)
|
||||
(2 'change-log-email-face)))
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user