From a33158e96b8da3e4be465baac2e918f9127a5559 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 20 Apr 2006 23:47:00 +0000 Subject: Make XEmacs21 and Emacs21 happy. darcs-hash:20060420234749-1bfb2-e458134b41ba8e28d25030fe5b6d6b8f4222c28d.gz --- emms-info.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emms-info.el') 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) -- cgit v1.2.3