Skip to content

Commit

Permalink
Replace magit-insert with insert
Browse files Browse the repository at this point in the history
Because magit-insert is no longer available.
  • Loading branch information
syohex committed Nov 20, 2015
1 parent 393ce12 commit d179334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magit-stgit.el
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Use ARGS to pass additional arguments."
state)))))
(insert (propertize empty 'face 'magit-stgit-empty) ?\s)
(when magit-stgit-show-patch-name
(magit-insert patch 'magit-stgit-patch ?\s))
(insert (propertize patch 'face 'magit-stgit-patch) ?\s))
(insert msg)
(put-text-property (line-beginning-position) (1+ (line-end-position))
'keymap 'magit-stgit-patch-map)
Expand Down

0 comments on commit d179334

Please sign in to comment.