From 28d038288aa0d0ea992992bbd1c1801720014365 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Tue, 13 Aug 2019 23:33:23 +0530 Subject: [PATCH] Fix un-updated function call --- chronometrist-report.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chronometrist-report.el b/chronometrist-report.el index 5b1ada0..18d1451 100644 --- a/chronometrist-report.el +++ b/chronometrist-report.el @@ -118,7 +118,7 @@ FORMAT-STRING." (defun chronometrist-report-print-keybind (command &optional description firstonly) (insert "\n " - (chronometrist-report-format-keybinds command firstonly) + (chronometrist-format-keybinds command firstonly) " - " (if description description "")))