aboutsummaryrefslogtreecommitdiff
path: root/emms-info.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-04-20 23:47:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-04-20 23:47:00 +0000
commita33158e96b8da3e4be465baac2e918f9127a5559 (patch)
tree21c3846f3b375fab69047d474cce30055bdce905 /emms-info.el
parent6e194a2d2a308faac79be89e26b6a49fe04e6717 (diff)
Make XEmacs21 and Emacs21 happy.
darcs-hash:20060420234749-1bfb2-e458134b41ba8e28d25030fe5b6d6b8f4222c28d.gz
Diffstat (limited to 'emms-info.el')
-rw-r--r--emms-info.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-info.el b/emms-info.el
index d0a6be3..f259e41 100644
--- a/emms-info.el
+++ b/emms-info.el
@@ -83,8 +83,8 @@ Return t when the track got changed."
(emms-info-track-file-mtime track))))
(when (or (not track-mtime)
(when emms-info-auto-update
- (time-less-p track-mtime
- file-mtime)))
+ (emms-time-less-p track-mtime
+ file-mtime)))
(run-hook-with-args 'emms-info-functions
track)
(emms-track-set track 'info-mtime file-mtime)