diff options
-rw-r--r-- | lisp/emms-history.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emms-history.el b/lisp/emms-history.el index 9b913b2..2f75571 100644 --- a/lisp/emms-history.el +++ b/lisp/emms-history.el @@ -120,6 +120,7 @@ Emacs." (setq buf (current-buffer))) (mapc 'emms-playlist-insert-track (nth 2 playlist)) + (run-hooks 'emms-playlist-source-inserted-hook) (ignore-errors (emms-playlist-select (cadr playlist))))) (setq emms-playlist-buffer buf) |