aboutsummaryrefslogtreecommitdiff
path: root/emms-playing-time.el
diff options
context:
space:
mode:
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."