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 ()