diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-09-09 21:54:52 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-09-09 21:54:52 -0400 |
commit | a04d31d5c3a513f1f3c82f33407212455fa98cc7 (patch) | |
tree | 6876ca5d5cbe13ce25fb9abff5dff443bf5f1c21 | |
parent | fe94a7cc170404f3361779b8adbe00abcde6af6b (diff) |
* emms-volume-sndioctl.el: add missing require
-rw-r--r-- | emms-volume-sndioctl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-volume-sndioctl.el b/emms-volume-sndioctl.el index 4bfb574..74ca4b3 100644 --- a/emms-volume-sndioctl.el +++ b/emms-volume-sndioctl.el @@ -32,6 +32,7 @@ ;; Sep 09 2021: Based on emms-volume-mixerctl.el by Omar Polo ;;; Code: +(require 'subr-x) (defcustom emms-volume-sndioctl-stream "output" "The stream to change the volume with. |