diff options
-rw-r--r-- | lisp/km-magit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |