Skip to content

Commit

Permalink
dispatch: use magit-process to display process buffer
Browse files Browse the repository at this point in the history
The old name `magit-display-process' is no longer valid.
  • Loading branch information
tarsius committed Dec 28, 2014
1 parent de1e75a commit 16820ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magit-key-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
("y" "Cherry" magit-cherry)
("z" "Stashing" magit-key-mode-popup-stashing)
("!" "Running" magit-key-mode-popup-running)
("$" "Show Process" magit-display-process)))
("$" "Show Process" magit-process)))

(logging
(man-page "git-log")
Expand Down

0 comments on commit 16820ad

Please sign in to comment.