From f992e4c98b1d472acb802ea2a149f087c2656034 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sat, 17 Apr 2021 16:55:01 -0400 Subject: *.el: Remove redundant `:group` arguments Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier --- emms-playlist-limit.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emms-playlist-limit.el') 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 ;; Author: Fran Burstall @@ -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." -- cgit v1.2.3