aboutsummaryrefslogtreecommitdiff
path: root/emms-playing-time.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-playing-time.el
parent6e194a2d2a308faac79be89e26b6a49fe04e6717 (diff)
Make XEmacs21 and Emacs21 happy.
darcs-hash:20060420234749-1bfb2-e458134b41ba8e28d25030fe5b6d6b8f4222c28d.gz
Diffstat (limited to 'emms-playing-time.el')
-rw-r--r--emms-playing-time.el4
1 files changed, 2 insertions, 2 deletions
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."