Renamed *git-process* buffer to *magit-process*.
This commit is contained in:
parent
133e40b90b
commit
a5b4bcd354
1 changed files with 2 additions and 2 deletions
4
magit.el
4
magit.el
|
@ -161,7 +161,7 @@
|
||||||
(or (not magit-process)
|
(or (not magit-process)
|
||||||
(error "Git is already running."))
|
(error "Git is already running."))
|
||||||
(let ((dir default-directory)
|
(let ((dir default-directory)
|
||||||
(buf (get-buffer-create "*git-process*")))
|
(buf (get-buffer-create "*magit-process*")))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(set-buffer buf)
|
(set-buffer buf)
|
||||||
(setq default-directory dir)
|
(setq default-directory dir)
|
||||||
|
@ -198,7 +198,7 @@
|
||||||
|
|
||||||
(defun magit-display-process ()
|
(defun magit-display-process ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(display-buffer "*git-process*"))
|
(display-buffer "*magit-process*"))
|
||||||
|
|
||||||
;;; Mode
|
;;; Mode
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue