Skip to content

Commit 775d17c

Browse files
committed
Add the missing argument for Emacs 28.1
1 parent 1874ca0 commit 775d17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

magit-standup.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ LINK-PREFIX is the org link prefix string, or nil for plain text."
218218
(format "* [[file:%s][%s]]\n\n%s\n"
219219
repo-path repo-name
220220
(mapconcat #'identity formatted "\n")))))
221-
repo-commits))
221+
repo-commits ""))
222222

223223
(defun magit-standup--gather (&optional since-date repos)
224224
"Gather recent commits across all configured repositories.

0 commit comments

Comments
 (0)