From f8f6a2c103ce8c4c60d7a7f50b019a05a332d188 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Wed, 16 Dec 2009 10:47:58 +0000 Subject: [PATCH] Use `magit-present-log-line-function'. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index b92dbf61..c0576712 100644 --- a/magit.el +++ b/magit.el @@ -1915,7 +1915,7 @@ string which will represent the log line.") (string= s "tag:")) (split-string (match-string 3) "[(), ]" t))))) (delete-region (point-at-bol) (point-at-eol)) - (insert (magit-present-log-line chart sha1 refs msg)) + (insert (funcall magit-present-log-line-function chart sha1 refs msg)) (goto-char (point-at-bol)) (if sha1 (magit-with-section sha1 'commit