projects
/
elisp
/
mixi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e97766
)
Fixed.
author
ueno
<ueno>
Wed, 25 Oct 2006 04:03:02 +0000
(
04:03
+0000)
committer
ueno
<ueno>
Wed, 25 Oct 2006 04:03:02 +0000
(
04:03
+0000)
mixi.el
patch
|
blob
|
history
diff --git
a/mixi.el
b/mixi.el
index
b6e3078
..
fc7c8fe
100644
(file)
--- 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."