summaryrefslogtreecommitdiff
path: root/lisp/calendar/iso8601.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar/iso8601.el')
-rw-r--r--lisp/calendar/iso8601.el6
1 files 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)