Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use fundamental-mode' rather than text-mode'
  • Loading branch information
philjackson committed Apr 1, 2010
1 parent 290d5fe commit db44227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion magit.el
Expand Up @@ -3559,7 +3559,8 @@ Prefix arg means justify as well."
(define-key map (kbd "p") 'previous-line)
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 ()
"Bury the branches buffer and delete its window."
Expand Down

0 comments on commit db44227

Please sign in to comment.