Function: magit-blame-previous-chunk-same-commit
magit-blame-previous-chunk-same-commit is an interactive and
byte-compiled function defined in magit-blame.el.
Signature
(magit-blame-previous-chunk-same-commit)
Documentation
Move to the previous chunk from the same commit.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-blame.el
(defun magit-blame-previous-chunk-same-commit ()
"Move to the previous chunk from the same commit."
(interactive)
(magit-blame-next-chunk-same-commit #'previous-single-char-property-change))