[gnus git] branch master updated: m0-11-12-g0b06b11 =1= time-date.el (seconds-to-string): Avoid function from `cl'

Katsumi Yamaoka <[email protected]> Tue, 13 May 2014 03:09:38 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  0b06b1140cae4b466e4d0119d2070a628c02aa2b (commit)
      from  4bc48529523159c55dcd62d5a6be60521540b371 (commit)


- Log -----------------------------------------------------------------
commit 0b06b1140cae4b466e4d0119d2070a628c02aa2b
Author: Sam Steingold <[email protected]>
Date:   Tue May 13 01:09:31 2014 +0000

    time-date.el (seconds-to-string): Avoid function from `cl'

diff --git a/lisp/time-date.el b/lisp/time-date.el
index eb534b6..b04cfcd 100644
--- a/lisp/time-date.el
+++ b/lisp/time-date.el
@@ -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)
 

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/time-date.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project