branch: elpa/magit
commit b36238e6d9fe033ee0dc08bd8a517658fbfb4fb3
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
git-rebase-mode-font-lock-keywords: Use description face more
---
lisp/git-rebase.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/git-rebase.el b/lisp/git-rebase.el
index 60c16da7a81..fe39bd9d53f 100644
--- a/lisp/git-rebase.el
+++ b/lisp/git-rebase.el
@@ -813,12 +813,12 @@ running \"man git-rebase\" at the command line) for
details."
(,(concat "^" (cdr (assq 'label git-rebase-line-regexps)))
(1 'git-rebase-action)
(3 'git-rebase-label)
- (4 'font-lock-comment-face))
+ (4 'git-rebase-description))
("^\\(m\\(?:erge\\)?\\) -[Cc] \\([^ \n]+\\) \\([^ \n]+\\)\\( #.*\\)?"
(1 'git-rebase-action)
(2 'git-rebase-hash)
(3 'git-rebase-label)
- (4 'font-lock-comment-face))
+ (4 'git-rebase-description))
("^\\(m\\(?:erge\\)?\\) \\([^ \n]+\\)"
(1 'git-rebase-action)
(2 'git-rebase-label))