emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [PATCH] lisp/emms-info-libtag.el: Use defined variable in


From: Tim Landscheidt
Subject: [Emms-patches] [PATCH] lisp/emms-info-libtag.el: Use defined variable instead of constant.
Date: Mon, 14 Jun 2010 15:36:35 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

* lisp/emms-info-libtag.el (emms-info-libtag): Use
emms-info-libtag-program-name instead of constant.
---
 lisp/emms-info-libtag.el |    2 +-
 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))
--
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]