diff options
author | william.xwl <william.xwl> | 2005-09-15 04:12:00 +0000 |
---|---|---|
committer | william.xwl <mwolson@gnu.org> | 2005-09-15 04:12:00 +0000 |
commit | c470a6b67622c7d69d8ae554dee54004b38971a9 (patch) | |
tree | 313321b0999ecacdf91acc5dfe778d7ef3c1861e | |
parent | 9cdc66aaca76e8fb378f5ba8aaf8a9b2bfd5b419 (diff) |
emms-playing-time.el: Changed to `emms-player-seeked-hook' to
`emms-player-seeked-functions', defined in `emms.el'.
darcs-hash:20050915041250-e8fe6-9158bd4cdc7b6de802ca387dcec5760d20cdf9e3.gz
-rw-r--r-- | emms-playing-time.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playing-time.el b/emms-playing-time.el index c51ff64..ec7d281 100644 --- a/emms-playing-time.el +++ b/emms-playing-time.el @@ -94,7 +94,7 @@ e.g., display 02:37 instead of 02:37/05:49.") (when (< emms-playing-time 0) ; back to start point (setq emms-playing-time 0)))) -(add-hook 'emms-player-seeked-hook 'emms-playing-time-seek) +(add-hook 'emms-player-seeked-functions 'emms-playing-time-seek) (defun emms-playing-time-display () "Display playing time on the mode line." |