aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-info-libtag.el
diff options
context:
space:
mode:
authorLucas Bonnet <lucas@rincevent.net>2010-06-15 10:11:04 +0200
committerLucas Bonnet <lucas@rincevent.net>2010-06-15 10:11:04 +0200
commit3a419dd3a881e798a54d13e0eaa06fd8633e3e05 (patch)
tree8a78bbf5c517cc683153d1152d525d8d14c9e1cf /lisp/emms-info-libtag.el
parent4703c7e690fcd1cef6b16f6b18031ce7297bd007 (diff)
* emms-info-libtag.el: Make use of emms-info-libtag-program-name
Thanks to Tim Landscheidt <tim@tim-landscheidt.de> for the patch
Diffstat (limited to 'lisp/emms-info-libtag.el')
-rw-r--r--lisp/emms-info-libtag.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-info-libtag.el b/lisp/emms-info-libtag.el
index e90bc9a..5bb49e8 100644
--- a/lisp/emms-info-libtag.el
+++ b/lisp/emms-info-libtag.el
@@ -58,7 +58,7 @@
(with-temp-buffer
(when (zerop
(let ((coding-system-for-read 'utf-8))
- (call-process "emms-print-metadata"
+ (call-process emms-info-libtag-program-name
nil '(t nil) nil
(emms-track-name track))))
(goto-char (point-min))