diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-18 08:53:31 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-18 08:53:31 +0200 |
| commit | 9040f4ba0379b8ccc6ef87030abaf904fe3cbbc3 (patch) | |
| tree | 019c056ecb221e5d7a993de0a8cb282ceeed3990 /lisp | |
| parent | ee0d9b90c3f38dd0604190b2ba9da81c6009729e (diff) | |
magit-diff--goto-position: Do not needlessly update highlighting
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-diff.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el index 40ecf29..22ea035 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 |
