emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit aba0a59 2/2: Force highlighting update after de


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit aba0a59 2/2: Force highlighting update after delayed washing on initial expansion
Date: Tue, 19 Oct 2021 17:57:38 -0400 (EDT)

branch: elpa/git-commit
commit aba0a596115b42fbd60347d893bcc319020ce5a2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]