branch: elpa/magit commit b827757eef4b023dea105c7b3bd6be97989c04ac Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-map-sections: Use ## --- 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 3d7216ff7b..d732735314 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -2105,7 +2105,7 @@ If optional SECTION is non-nil, only map over that section and its descendants, otherwise map over all sections in the current buffer, ending with `magit-root-section'." (let ((section (or section magit-root-section))) - (mapc (lambda (child) (magit-map-sections function child)) + (mapc (##magit-map-sections function %) (oref section children)) (funcall function section)))