aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authoryonirabkin <yonirabkin>2005-09-18 10:22:00 +0000
committeryonirabkin <mwolson@gnu.org>2005-09-18 10:22:00 +0000
commitd30e5fe8d8bb874013b1dbdbbc9822b405738429 (patch)
tree08f69e30df773f8569c4d291a8f32be72531a6ec /emms.el
parent5ea605bdb7972862bbd9df1e7679d64a854eafa0 (diff)
emms.el missing quote fix, emms-playlist-mode.el kill-track fix
darcs-hash:20050918102240-be80e-01feafe2aeab07d9a6f61dcd10027b22abe17812.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index d503685..19e19e4 100644
--- a/emms.el
+++ b/emms.el
@@ -694,7 +694,7 @@ This uses `emms-playlist-insert-track-function'."
(narrow-to-region (point)
(point))
(apply source args)
- (run-hooks emms-playlist-source-inserted-hook))))
+ (run-hooks 'emms-playlist-source-inserted-hook))))
(defun emms-playlist-tracks-in-region (beg end)
"Return all tracks between BEG and END."