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)
--
Jordan Wilson
Sent from Gnus v5.13, GNU Emacs 26.3 on WINDOWS-NT
_______________________________________________
Emms-help mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/emms-help