diff --git a/magit.el b/magit.el index 6d772359..3a3a9495 100644 --- a/magit.el +++ b/magit.el @@ -771,6 +771,7 @@ the current line into your working tree. commit))))) (defun magit-quit () + "Bury the current buffer." (interactive) (bury-buffer))