aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
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."