branch: elpa/magit
commit 3a8d12b7b823d0a4bb0eeabd0a82a3b05c911343
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-sequence-insert-step: Use more appropriate face
---
lisp/magit-sequence.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index e2fe295b27c..79560bf59a7 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -1136,7 +1136,7 @@ status buffer (i.e., the reverse of how they will be
applied)."
(defun magit-sequence-insert-step (type target)
(magit-insert-section (rebase-step (cons type target))
(magit-insert-heading
- (propertize type 'font-lock-face 'magit-sequence-onto)
+ (propertize type 'font-lock-face 'magit-sequence-pick)
(and target
(concat "\s"
(propertize target 'font-lock-face 'git-rebase-label))))))