aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-05-11 22:58:11 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-05-11 22:58:11 +0200
commit3a8d12b7b823d0a4bb0eeabd0a82a3b05c911343 (patch)
tree6a25862fc029ff954749067ec80c4f4c30303ec0 /lisp
parent4fc60fdb36b74baca7421719f3a2e203ed16e6ed (diff)
magit-sequence-insert-step: Use more appropriate face
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-sequence.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index e2fe295..79560bf 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))))))