From 94d26e10954765e079bde3c98d67ccb535b4c3a7 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 20 Jun 2018 16:22:13 -0400 Subject: * lisp/emms-history.el: bug fix `emms-history-load' -> /a -> // would empty the buffer One line patch by Fran Burstall. --- lisp/emms-history.el | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3