diff options
author | Michael Olson <mwolson@gnu.org> | 2007-03-17 07:04:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-03-17 07:04:00 +0000 |
commit | 879c72352c0e2660dacabed5648fb8433bbf02bd (patch) | |
tree | 7cfedbea0fa5f40f2a91b9987d569ecbe5aee6d7 | |
parent | 1555e86d66131da72a6b1cf94706d662a2f49425 (diff) |
Fix conflicts in emms-tag-editor patch
darcs-hash:20070317070451-1bfb2-e70494207b236439512e416d75d57d80255410d8.gz
-rw-r--r-- | emms-tag-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el index 765abbe..d774dde 100644 --- a/emms-tag-editor.el +++ b/emms-tag-editor.el @@ -149,7 +149,7 @@ See also `emms-tag-editor-tag-file' and `emms-tag-editor-tag-ogg'. tags) (apply 'call-process program nil (get-buffer-create emms-tag-editor-log-buffer) nil - filename args))) + (nconc args (list filename))))) (defun emms-tag-editor-get-format (track) (let ((format |