Fixed typo introduced in previous commit.
authorTim Vaughan <timv@ughan.xyz>
Tue, 10 Dec 2019 07:55:32 +0000 (08:55 +0100)
committerTim Vaughan <timv@ughan.xyz>
Tue, 10 Dec 2019 07:55:32 +0000 (08:55 +0100)
emus.el

diff --git a/emus.el b/emus.el
index cfa3d65..d3ad227 100644 (file)
--- a/emus.el
+++ b/emus.el
                                (setq tagstr (concat tagstr string))
                                (when (string-suffix-p "@P 1\n" string)
                                  (add-to-list 'emus-tracks
-                                              (emus--make-track-from-tagstr (car filenames
-                                                                             tagstr)))
+                                              (emus--make-track-from-tagstr (car filenames)
+                                                                            tagstr))
                                  (setq tagstr "")
                                  (setq filenames (cdr filenames))
                                  (if filenames