From: ueno Date: Wed, 25 Oct 2006 04:03:02 +0000 (+0000) Subject: Fixed. X-Git-Tag: cache-file-branchpoint~33 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4d59bf23fabcb5d84a5b34829c05e936b80bd40c;p=elisp%2Fmixi.git Fixed. --- diff --git a/mixi.el b/mixi.el index b6e3078..fc7c8fe 100644 --- a/mixi.el +++ b/mixi.el @@ -384,7 +384,7 @@ Increase this value when unexpected error frequently occurs." (setq t2 (cons (car t2) (car (cdr t2))))) (or (< (car t1) (car t2)) (and (= (car t1) (car t2)) - (< (nth 1 t1) (nth 1 t2))))) + (< (cdr t1) (cdr t2))))) (defun mixi-time-add (t1 t2) "Add two time values. One should represent a time difference."