The Lambda Lab
/
projects
/
emus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0e676
)
Fixed typo introduced in previous commit.
author
Tim Vaughan
<timv@ughan.xyz>
Tue, 10 Dec 2019 07:55:32 +0000
(08:55 +0100)
committer
Tim Vaughan
<timv@ughan.xyz>
Tue, 10 Dec 2019 07:55:32 +0000
(08:55 +0100)
emus.el
patch
|
blob
|
history
diff --git
a/emus.el
b/emus.el
index
cfa3d65
..
d3ad227
100644
(file)
--- 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