emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gpastel 6e8e858 4/9: Remove useless :group properties


From: Damien Cassou
Subject: [elpa] externals/gpastel 6e8e858 4/9: Remove useless :group properties
Date: Sat, 29 Dec 2018 09:09:14 -0500 (EST)

branch: externals/gpastel
commit 6e8e8580a167175bda5cbd99ed5fe1487df230c9
Author: Stefan Monnier <address@hidden>
Commit: Damien Cassou <address@hidden>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]