]> code.delx.au - gnu-emacs-elpa/commitdiff
* ampc.el (ampc-handle-status): Run ampc-status-changed-hook.
authorChristopher Schmidt <christopher@ch.ristopher.com>
Fri, 3 Aug 2012 07:35:46 +0000 (09:35 +0200)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Fri, 3 Aug 2012 07:35:46 +0000 (09:35 +0200)
ampc.el

diff --git a/ampc.el b/ampc.el
index 7965c234ef4210fe47d2a568ecd7e0059864a110..db39e5f8103792baab5454fa7eb33f200d649116 100644 (file)
--- 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"))