aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-limit.el
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2021-04-17 16:55:01 -0400
committerYoni Rabkin <yoni@rabkins.net>2021-04-17 16:55:01 -0400
commitf992e4c98b1d472acb802ea2a149f087c2656034 (patch)
treed923d36742ae97f226e8f9db954176e2cd3f7dde /emms-playlist-limit.el
parent9412bf085da449fba77df89933ef22bff147a573 (diff)
*.el: Remove redundant `:group` arguments
Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
Diffstat (limited to 'emms-playlist-limit.el')
-rw-r--r--emms-playlist-limit.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/emms-playlist-limit.el b/emms-playlist-limit.el
index 91eff1e..59ad0f5 100644
--- a/emms-playlist-limit.el
+++ b/emms-playlist-limit.el
@@ -1,6 +1,6 @@
;;; emms-playlist-limit.el --- Limit playlist by various info -*- lexical-binding: t -*-
-;; Copyright (C) 2018 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Author: William Xu <william.xwl@gmail.com>
;; Author: Fran Burstall <fran.burstall@gmail.com>
@@ -65,8 +65,7 @@
(defcustom emms-playlist-limit-hook nil
"Hooks to run after each limit operation."
- :type 'symbol
- :group 'emms-playlist-limit)
+ :type 'symbol)
(defmacro define-emms-playlist-limit (attribute)
"Macro for defining emms playlist limit to ATTRIBUTE function."