diff --git a/emacs/site-lisp/metalexpress.el b/emacs/site-lisp/metalexpress.el index d4a92d7..619e4e3 100644 --- a/emacs/site-lisp/metalexpress.el +++ b/emacs/site-lisp/metalexpress.el @@ -46,7 +46,7 @@ (when (string-match "^ICY Info: StreamTitle='\\(.*\\)';StreamUrl='';" string) (setq metal-express-radio-currently-playing (match-string 1 string)) - (apply 'run-hooks metal-express-radio-song-changed-hook))) + (run-hooks 'metal-express-radio-song-changed-hook))) (defun metal-express-radio-echo-currently-playing () (interactive)