branch: elpa/git-commit commit aba0a596115b42fbd60347d893bcc319020ce5a2 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Force highlighting update after delayed washing on initial expansion --- lisp/magit-section.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 0706f9b..a32781d 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -605,7 +605,7 @@ With a prefix argument also expand it." heading) (oset section content (point-marker)) (funcall washer) (oset section end (point-marker))))) - (magit-section-update-highlight))) + (magit-section-update-highlight t))) (defun magit-section-hide (section) "Hide the body of the current section."