File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -628,15 +628,15 @@ Use ARGS to pass additional arguments."
628
628
(magit-bind-match-strings (empty state patch msg) nil
629
629
(delete-region (point ) (point-at-eol ))
630
630
(magit-insert-section (stgit-patch patch)
631
- (magit-insert
632
- ( if (magit-stgit-mark-contains patch) " # " " " ))
633
- (magit-insert state (cond ((equal state " >" ) 'magit-stgit-current )
631
+ (insert ( if ( magit-stgit-mark-contains patch) " # " " " ))
632
+ ( insert ( propertize state 'face
633
+ (cond ((equal state " >" ) 'magit-stgit-current )
634
634
((equal state " +" ) 'magit-stgit-applied )
635
635
((equal state " -" ) 'magit-stgit-unapplied )
636
636
((equal state " !" ) 'magit-stgit-hidden )
637
637
(t (user-error " Unknown stgit patch state: %s"
638
- state))))
639
- (magit- insert empty 'magit-stgit-empty ?\s )
638
+ state)))))
639
+ (insert ( propertize empty 'face ' magit-stgit-empty) ?\s )
640
640
(when magit-stgit-show-patch-name
641
641
(magit-insert patch 'magit-stgit-patch ?\s ))
642
642
(insert msg)
You can’t perform that action at this time.
0 commit comments