Jordan Wilson <[email protected]> writes: > Hi all. > > This fixes a trivial issue introduced recently in the `cond' in > `emms-volume-change-function'. > > --- emms-volume.el 2019-09-05 11:30:29.000000000 +0100 > +++ emms-volume_new.el 2019-09-05 11:25:45.605233100 +0100 > @@ -64,7 +64,7 @@ > ((executable-find "amixer") 'emms-volume-amixer-change) > ((executable-find "pactl") 'emms-volume-pulse-change) > ((executable-find "mixerctl") 'emms-volume-mixerctl-change) > - ((t #'(lambda (amount) (user-error "%s" "No supported mixer found. > Please, define ‘emms-volume-change-function’."))))) > + (t #'(lambda (amount) (user-error "%s" "No supported mixer found. > Please, define ‘emms-volume-change-function’.")))) > "*The function to use to change the volume. > If you have your own functions for changing volume, set this." > :type '(choice (const :tag "Amixer" emms-volume-amixer-change)
commited Thank you for catching this. -- "Cut your own wood and it will warm you twice" _______________________________________________ Emms-help mailing list [email protected] https://lists.gnu.org/mailman/listinfo/emms-help
