dbrock / bongo

Play music with GNU Emacs
http://www.emacswiki.org/emacs/Bongo
Other
210 stars 22 forks source link

Fix 'bongo-file-name-matches-p' to correctly extract value-matcher #16

Closed iqbalansari closed 9 years ago

iqbalansari commented 9 years ago

Earlier cdr was used to extract value-matcher from matcher, as a result the value-matcher extracted was always a list leading to incorrect behaviour. cadr is used now used to extract the value-matcher

iqbalansari commented 9 years ago

It seems I misunderstood the docs, my config was setting bongo-custom-backend-matchers incorrectly :sob: . Really sorry for the noise.