emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/iso8601 b3cb5b7 2/3: Fix definition of decoded-tim


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/iso8601 b3cb5b7 2/3: Fix definition of decoded-time-build-helper.
Date: Mon, 8 Jul 2019 14:38:12 -0400 (EDT)

branch: scratch/iso8601
commit b3cb5b76afc91ce05bdd9d389118fe47b9b9030a
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 7914544..e2fddfb 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]