aboutsummaryrefslogtreecommitdiff
path: root/emms-volume-amixer.el
diff options
context:
space:
mode:
authorMartin Schoenmakers <aiviru@diamond-age.net>2006-06-01 19:38:00 +0000
committerMartin Schoenmakers <aiviru@diamond-age.net>2006-06-01 19:38:00 +0000
commit1cb8a1f346842a341eb3d336eb9d219bb215f2a3 (patch)
treecf516e089267d31f995bef84d608f83677d9b7b2 /emms-volume-amixer.el
parentcff09f0bf5cc55233383a6a8409dd808cd2997f4 (diff)
Put volume options in their own customize group.
Added a separate emms-volume group for customize and put things there instead of in the main thing. darcs-hash:20060601193853-97144-c623003be58dbfc8b5bec359110197e115926c1d.gz
Diffstat (limited to 'emms-volume-amixer.el')
-rw-r--r--emms-volume-amixer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-volume-amixer.el b/emms-volume-amixer.el
index 74856c6..692884f 100644
--- a/emms-volume-amixer.el
+++ b/emms-volume-amixer.el
@@ -43,7 +43,7 @@
:type '(choice (const :tag "Master" "Master")
(const :tag "PCM" "PCM")
(string :tag "Something else: "))
- :group 'emms)
+ :group 'emms-volume)
(defun emms-volume-amixer-sset-master (var)
"Change amixer master volume by VAR."