aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-bisect.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-03-25 18:20:06 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-03-25 18:20:06 +0100
commitbe371711f521b95321e34ac59c9f04e86989d069 (patch)
tree407441414d311b5c713d0dbfe4710057053ba7dd /lisp/magit-bisect.el
parent8c53997121ebd83ef19963df0032dbde70bb0be8 (diff)
magit-section-at: New function
Diffstat (limited to 'lisp/magit-bisect.el')
-rw-r--r--lisp/magit-bisect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-bisect.el b/lisp/magit-bisect.el
index 63de453..0ddfd39 100644
--- a/lisp/magit-bisect.el
+++ b/lisp/magit-bisect.el
@@ -224,7 +224,7 @@ bisect run'."
(magit-process-sentinel process event)
(when (buffer-live-p (process-buffer process))
(with-current-buffer (process-buffer process)
- (when-let ((section (get-text-property (point) 'magit-section))
+ (when-let ((section (magit-section-at))
(output (buffer-substring-no-properties
(oref section content)
(oref section end))))