Use fundamental-mode' rather than text-mode'

This commit is contained in:
Phil Jackson 2010-04-01 01:53:35 +01:00
parent 290d5fe70f
commit db44227cb0

View file

@ -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."