From 768160b00105c123b28757f709ba8308e5cd0f0c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 11 Feb 2021 17:46:22 -0500 Subject: [PATCH] Don't reload repo buffer modes after closing magit Mentioned in #4640 --- modules/tools/magit/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/magit/autoload.el b/modules/tools/magit/autoload.el index 91fd5fd84..f18ffad11 100644 --- a/modules/tools/magit/autoload.el +++ b/modules/tools/magit/autoload.el @@ -103,7 +103,7 @@ window that already exists in that direction. It will split otherwise." (when (bound-and-true-p vc-mode) (vc-refresh-state) (force-mode-line-update)) - (revert-buffer t t))))) + (revert-buffer t t t))))) ;;;###autoload (defun +magit-mark-stale-buffers-h ()