diff options
author | william.xwl <william.xwl> | 2006-08-05 00:43:00 +0000 |
---|---|---|
committer | william.xwl <mwolson@gnu.org> | 2006-08-05 00:43:00 +0000 |
commit | b42027e47722f2c038ad455b6ca18f0b9c115643 (patch) | |
tree | 329055c4d1694c041968b7541c5d68f5c9f1dfe9 | |
parent | 4150a25e6930608c8a6f04bc948f7c376b39dddf (diff) |
Set correct SEPARATORS parameter for split-string.
darcs-hash:20060805004338-e8fe6-e3c3067cd72a36343c35677bea69248404e0758c.gz
-rw-r--r-- | emms-info-mp3info.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 |