summaryrefslogtreecommitdiff
path: root/lisp/km-mail.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-05-05 23:10:28 -0400
committerKyle Meyer <kyle@kyleam.com>2019-05-05 23:10:28 -0400
commit81dff9de5746a30449a4bcd1d63f4de2495c9e64 (patch)
treec168e4075dd6821210a90386c99b7fb4ead6c89c /lisp/km-mail.el
parenteb24727d7953360f62a24c54bc9f438c41bc4e00 (diff)
downloademacs.d-81dff9de5746a30449a4bcd1d63f4de2495c9e64.tar.gz
Update for Magit's rework of buffer arguments (62d06e6)
Diffstat (limited to 'lisp/km-mail.el')
-rw-r--r--lisp/km-mail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/km-mail.el b/lisp/km-mail.el
index 8780b7d..a63c8bc 100644
--- a/lisp/km-mail.el
+++ b/lisp/km-mail.el
@@ -130,7 +130,7 @@ in the remote's \".git/config\" entry."
(when (or force-fetch
(not (magit-ref-exists-p local-ref)))
(magit-call-git "fetch" remote))
- (apply #'magit-log
+ (apply #'magit-log-setup-buffer
(list (concat base-ref ".." local-ref))
(magit-log-arguments))))