branch: elpa/magit
commit 9040f4ba0379b8ccc6ef87030abaf904fe3cbbc3
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-diff--goto-position: Do not needlessly update highlighting
---
lisp/magit-diff.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index 40ecf29c02e..22ea035810a 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -1455,7 +1455,6 @@ for a revision."
(when (oref section hidden)
(magit-section-show section))
(setq section (oref section parent))))
- (magit-section-update-highlight)
t))
;;;; Setting Commands