diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-11 10:31:27 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-11 10:31:27 +0100 |
| commit | 0f549fccd508bcb1b87d7b8a8d61b3854c04134f (patch) | |
| tree | 5a250ce414426841ad84edbaacae5beb980a5fa6 /lisp/magit-commit.el | |
| parent | 9da3b66fc12acf72809a4bd010b0ec9651d265bc (diff) | |
magit-buffer-diff-range{,-oid}: Renamed variables
Diffstat (limited to 'lisp/magit-commit.el')
| -rw-r--r-- | lisp/magit-commit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el index d3f7cc8..f8423a9 100644 --- a/lisp/magit-commit.el +++ b/lisp/magit-commit.el @@ -719,7 +719,7 @@ an alternative implementation." (and-let* ((_(eq this-command 'magit-diff-while-committing)) (buf (magit-get-mode-buffer 'magit-diff-mode nil 'selected)) - (_(equal rev (buffer-local-value 'magit-buffer-range buf))) + (_(equal rev (buffer-local-value 'magit-buffer-diff-range buf))) (_(equal arg (buffer-local-value 'magit-buffer-typearg buf))))))) ((eq command 'magit-commit-amend) (setq rev nil)) |
