aboutsummaryrefslogtreecommitdiff
path: root/tests/test-music-config--add-dired-selection.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(music): queue all dired-marked files and de-anonymize header adviceCraig Jennings4 days1-0/+64
cj/music-add-dired-selection gated dired-get-marked-files behind use-region-p, so files marked with m fell to the single-file branch and only the point file was queued. dired-get-marked-files already honors marks, a region, or point on its own. The header-refresh advice on the four EMMS toggles was an anonymous lambda, which can't be advice-removed and stacked a copy on every :config reload. It's now a named function installed remove-then-add.