Use *magit-log-edit* as buffer name.
This commit is contained in:
parent
a93f24b1c4
commit
4916b98e4a
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -960,7 +960,7 @@ Please see the manual for a complete description of Magit.
|
|||
(defun magit-log-edit ()
|
||||
(interactive)
|
||||
(let ((dir default-directory)
|
||||
(buf (get-buffer-create "*git-log-edit*")))
|
||||
(buf (get-buffer-create "*magit-log-edit*")))
|
||||
(setq magit-pre-log-edit-window-configuration
|
||||
(current-window-configuration))
|
||||
(pop-to-buffer buf)
|
||||
|
|
Loading…
Reference in a new issue