From ab4fee09d3e25b06d9911b94ed69f9202ba200fb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 25 May 2013 00:25:31 +0200 Subject: Fix running of hook --- emacs/site-lisp/metalexpress.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/site-lisp/metalexpress.el') 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) -- cgit v1.2.3-54-g00ecf