From 5405e0e9f2efd5f6c32da6e8139e81bf49175c52 Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Fri, 3 Aug 2012 09:35:46 +0200 Subject: [PATCH] * 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 7965c234e..db39e5f81 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")) -- 2.39.2