From: Tim Vaughan Date: Tue, 10 Dec 2019 07:55:32 +0000 (+0100) Subject: Fixed typo introduced in previous commit. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=emus.git;a=commitdiff_plain;h=f657523e20a50ac48bb2163ab0f01c73eb864b2f Fixed typo introduced in previous commit. --- diff --git a/emus.el b/emus.el index cfa3d65..d3ad227 100644 --- a/emus.el +++ b/emus.el @@ -125,8 +125,8 @@ (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