Use *magit-log-edit* as buffer name.

This commit is contained in:
Marius Vollmer 2008-08-29 01:39:01 +03:00
parent a93f24b1c4
commit 4916b98e4a

View file

@ -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)