From a14008e68fa886242c29a6fcb802315c1bf5d1e4 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 23 Dec 2020 19:30:47 -0500 Subject: km/magit-copy-as-kill: Adjust for recent upstream change magit-copy-section-value gained an argument in 8e713d10 (magit-copy-section-value: Strip lines depending on sign of argument, 2020-12-21). --- lisp/km-magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/km-magit.el b/lisp/km-magit.el index 22c5769..3fb2255 100644 --- a/lisp/km-magit.el +++ b/lisp/km-magit.el @@ -1025,7 +1025,7 @@ function." (or (and (/= (prefix-numeric-value current-prefix-arg) -1) (run-hook-with-args-until-success 'km/magit-copy-functions current-prefix-arg)) - (magit-copy-section-value))) + (magit-copy-section-value nil))) ;;; GitHub links -- cgit v1.2.3