branch: externals/ampc
commit 11216543fb9029486fee7f10881696a556e3896e
Author: Christopher Schmidt <christop...@ch.ristopher.com>
Commit: Christopher Schmidt <christop...@ch.ristopher.com>

    * ampc.el (ampc-handle-status): Run ampc-status-changed-hook.
---
 ampc.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ampc.el b/ampc.el
index 7965c234ef..db39e5f810 100644
--- a/ampc.el
+++ b/ampc.el
@@ -1977,7 +1977,8 @@ modified."
                           "song" "playlistlength"))
   (ampc-with-buffer 'current-playlist
     (when ampc-highlight-current-song-mode
-      (font-lock-fontify-buffer))))
+      (font-lock-fontify-buffer)))
+  (run-hook-with-args ampc-status-changed-hook ampc-status))
 
 (defun ampc-handle-update ()
   (message "Database update started"))

Reply via email to