From b42027e47722f2c038ad455b6ca18f0b9c115643 Mon Sep 17 00:00:00 2001 From: "william.xwl" Date: Sat, 5 Aug 2006 00:43:00 +0000 Subject: Set correct SEPARATORS parameter for split-string. darcs-hash:20060805004338-e8fe6-e3c3067cd72a36343c35677bea69248404e0758c.gz --- emms-info-mp3info.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emms-info-mp3info.el b/emms-info-mp3info.el index 567f0fc..2452a59 100644 --- a/emms-info-mp3info.el +++ b/emms-info-mp3info.el @@ -110,7 +110,8 @@ This is a useful element for `emms-info-functions'." (car (split-string (shell-command-to-string - (concat "echo \"" str "\" | iconv -f " from " -t " to))))) + (concat "echo \"" str "\" | iconv -f " from " -t " to)) + "\n"))) (provide 'emms-info-mp3info) ;;; emms-info-mp3info.el ends here -- cgit v1.2.3