|
@@ -2586,7 +2586,8 @@ compare entries."
|
|
(string-to-number (buffer-substring (match-end 0)
|
|
(string-to-number (buffer-substring (match-end 0)
|
|
(point-at-eol))))
|
|
(point-at-eol))))
|
|
((= dcst ?a)
|
|
((= dcst ?a)
|
|
- (buffer-substring (match-end 0) (point-at-eol)))
|
|
|
|
|
|
+ (funcall case-func
|
|
|
|
+ (buffer-substring (match-end 0) (point-at-eol))))
|
|
((= dcst ?t)
|
|
((= dcst ?t)
|
|
(cond
|
|
(cond
|
|
;; If it is a timer list, convert timer to seconds
|
|
;; If it is a timer list, convert timer to seconds
|