Use fundamental-mode' rather than
text-mode'
This commit is contained in:
parent
290d5fe70f
commit
db44227cb0
1 changed files with 2 additions and 1 deletions
3
magit.el
3
magit.el
|
@ -3559,7 +3559,8 @@ Prefix arg means justify as well."
|
||||||
(define-key map (kbd "p") 'previous-line)
|
(define-key map (kbd "p") 'previous-line)
|
||||||
map))
|
map))
|
||||||
|
|
||||||
(define-derived-mode magit-show-branches-mode text-mode "Magit Branches")
|
(define-derived-mode magit-show-branches-mode fundamental-mode
|
||||||
|
"Magit Branches")
|
||||||
|
|
||||||
(defun magit-quit-branches-window ()
|
(defun magit-quit-branches-window ()
|
||||||
"Bury the branches buffer and delete its window."
|
"Bury the branches buffer and delete its window."
|
||||||
|
|
Loading…
Reference in a new issue