From b3cb5b76afc91ce05bdd9d389118fe47b9b9030a Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 8 Jul 2019 19:26:41 +0200 Subject: Fix definition of decoded-time-build-helper. --- lisp/calendar/iso8601.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/calendar/iso8601.el b/lisp/calendar/iso8601.el index 79145449e8d..e2fddfb8cd9 100644 --- a/lisp/calendar/iso8601.el +++ b/lisp/calendar/iso8601.el @@ -293,9 +293,9 @@ Return the number of minutes." (string-to-number elem) (or elem default))) -(cl-defmethod iso8601--decoded-time (&key second minute hour - day month year - dst zone) +(cl-defun iso8601--decoded-time (&key second minute hour + day month year + dst zone) (list (iso8601--value second 0) (iso8601--value minute 0) (iso8601--value hour 0) -- cgit v1.2.1