Skip to content

Commit d179334

Browse files
committed
Replace magit-insert with insert
Because magit-insert is no longer available.
1 parent 393ce12 commit d179334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magit-stgit.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Use ARGS to pass additional arguments."
645645
state)))))
646646
(insert (propertize empty 'face 'magit-stgit-empty) ?\s)
647647
(when magit-stgit-show-patch-name
648-
(magit-insert patch 'magit-stgit-patch ?\s))
648+
(insert (propertize patch 'face 'magit-stgit-patch) ?\s))
649649
(insert msg)
650650
(put-text-property (line-beginning-position) (1+ (line-end-position))
651651
'keymap 'magit-stgit-patch-map)

0 commit comments

Comments
 (0)