Fix running of hook
This commit is contained in:
parent
e6ad9e20bb
commit
ab4fee09d3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
(when (string-match "^ICY Info: StreamTitle='\\(.*\\)';StreamUrl='';"
|
(when (string-match "^ICY Info: StreamTitle='\\(.*\\)';StreamUrl='';"
|
||||||
string)
|
string)
|
||||||
(setq metal-express-radio-currently-playing (match-string 1 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 ()
|
(defun metal-express-radio-echo-currently-playing ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue