From 4d59bf23fabcb5d84a5b34829c05e936b80bd40c Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 25 Oct 2006 04:03:02 +0000 Subject: [PATCH] Fixed. --- mixi.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 1.7.10.4