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-playing-time.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emms-playing-time.el') diff --git a/emms-playing-time.el b/emms-playing-time.el index 3385437..f97e0ed 100644 --- a/emms-playing-time.el +++ b/emms-playing-time.el @@ -76,7 +76,7 @@ should enable `emms-playing-time-display-p' first, though." (setq emms-playing-time 0) (unless emms-playing-time-display-timer (setq emms-playing-time-display-timer - (run-at-time nil 1 'emms-playing-time-display)))) + (run-at-time t 1 'emms-playing-time-display)))) (defun emms-playing-time-stop () "Remove playing time on the mode line." @@ -94,7 +94,7 @@ should enable `emms-playing-time-display-p' first, though." (emms-playing-time-stop) (unless emms-playing-time-display-timer (setq emms-playing-time-display-timer - (run-at-time nil 1 'emms-playing-time-display))))) + (run-at-time t 1 'emms-playing-time-display))))) (defun emms-playing-time-seek (sec) "Seek forward or backward SEC playing time." -- cgit v1.2.3