branch: externals/gpastel commit 6e8e8580a167175bda5cbd99ed5fe1487df230c9 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Damien Cassou <dam...@cassou.me>
Remove useless :group properties * gpastel.el (gpastel-gpaste-client-command): (gpastel-update-hook): (gpastel-mode): Remove implicit `:group 'gpastel`. --- gpastel.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gpastel.el b/gpastel.el index 228a4a2..5889006 100644 --- a/gpastel.el +++ b/gpastel.el @@ -54,16 +54,14 @@ (defcustom gpastel-gpaste-client-command "gpaste-client" "GPaste client name or path." - :type 'string - :group 'gpastel) + :type 'string) (defcustom gpastel-update-hook nil "Hook which runs after gpastel added an element to `kill-ring'. Hook functions can retrieve the latest entry by accessing the `car' of `kill-ring'." - :type 'hook - :group 'gpastel) + :type 'hook) (defvar gpastel--dbus-object nil "D-Bus object remembering the return value of `dbus-register-signal'. @@ -155,7 +153,6 @@ all text in the GPaste clipboard." ;;;###autoload (define-minor-mode gpastel-mode "Listen to GPaste events." - :group 'gpastel :global t :init-value nil :require 'gpastel