From 9cdc66aaca76e8fb378f5ba8aaf8a9b2bfd5b419 Mon Sep 17 00:00:00 2001 From: "william.xwl" Date: Thu, 15 Sep 2005 04:07:00 +0000 Subject: emms.el: Fix seek bug in `emms-player-seek'. darcs-hash:20050915040717-e8fe6-cc67bc754b6121308a9de83ebcd1ca55fc53c4d9.gz --- emms.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emms.el') diff --git a/emms.el b/emms.el index e3dbf79..b94b2d9 100644 --- a/emms.el +++ b/emms.el @@ -926,8 +926,8 @@ or negative to seek backwards." (let ((seek (emms-player-get emms-player-playing-p 'seek))) (if (not seek) (error "Player does not know how to seek") - (funcall seek) - (run-hook-with-args emms-player-seeked-functions seconds))))) + (funcall seek seconds) + (run-hook-with-args 'emms-player-seeked-functions seconds))))) ;;; Dictionaries -- cgit v1.2.3