From d30e5fe8d8bb874013b1dbdbbc9822b405738429 Mon Sep 17 00:00:00 2001 From: yonirabkin Date: Sun, 18 Sep 2005 10:22:00 +0000 Subject: emms.el missing quote fix, emms-playlist-mode.el kill-track fix darcs-hash:20050918102240-be80e-01feafe2aeab07d9a6f61dcd10027b22abe17812.gz --- emms.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emms.el') 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." -- cgit v1.2.3