avoid function from `cl'
authorSam Steingold <sds@gnu.org>
Mon, 12 May 2014 23:56:22 +0000 (19:56 -0400)
committerSam Steingold <sds@gnu.org>
Mon, 12 May 2014 23:56:22 +0000 (19:56 -0400)
lisp/calendar/time-date.el

index eb534b6..b04cfcd 100644 (file)
@@ -404,7 +404,7 @@ This function does not work for SECONDS greater than `most-positive-fixnum'."
         (t (let ((sts seconds-to-string) here)
              (while (and (car (setq here (pop sts)))
                          (<= (car here) delay)))
-             (concat (format "%.2f" (/ delay (third here))) (second here))))))
+             (concat (format "%.2f" (/ delay (car (cddr here)))) (cadr here))))))
 
 (provide 'time-date)