From 6db74368f95169f2122667d2c436199f4861fc7d Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Tue, 17 Oct 2006 21:02:00 +0000 Subject: Since emms-player-seeked-to-functions and emms-player-time-set-functions hooks do the same thing, replace the former with the latter darcs-hash:20061017210238-1bfb2-bdadf89a3b753c5704e7252ff21d87ae6c59d79d.gz --- emms-playing-time.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emms-playing-time.el') diff --git a/emms-playing-time.el b/emms-playing-time.el index a9f08c9..7b078e0 100644 --- a/emms-playing-time.el +++ b/emms-playing-time.el @@ -117,7 +117,6 @@ should enable `emms-playing-time-display-p' first, though." (add-hook 'emms-player-finished-hook 'emms-playing-time-stop) (add-hook 'emms-player-paused-hook 'emms-playing-time-pause) (add-hook 'emms-player-seeked-functions 'emms-playing-time-seek) - (add-hook 'emms-player-seeked-to-functions 'emms-playing-time-set) (add-hook 'emms-player-time-set-functions 'emms-playing-time-set)) (setq emms-playing-time-display-p nil) (emms-playing-time-stop) -- cgit v1.2.3