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

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

[elpa] scratch/dired-git-info 1c4ff64 23/33: Remove redundant :group dec


From: Clemens Radermacher
Subject: [elpa] scratch/dired-git-info 1c4ff64 23/33: Remove redundant :group declarations
Date: Sun, 17 Feb 2019 13:03:31 -0500 (EST)

branch: scratch/dired-git-info
commit 1c4ff64889123a75324077106d572437d9ee9479
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Remove redundant :group declarations
---
 dired-git-info.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dired-git-info.el b/dired-git-info.el
index 3a8ff39..f42ce63 100644
--- a/dired-git-info.el
+++ b/dired-git-info.el
@@ -36,15 +36,13 @@
 
 (defface dgi-commit-message-face
   '((t (:inherit font-lock-comment-face)))
-  "Face for commit message overlays."
-  :group 'dired-git-info)
+  "Face for commit message overlays.")
 
 (defcustom dgi-auto-hide-details-p t
   "If details should get hidden automatically.
 
 Uses function `dired-hide-details-mode' to hide details when showing git
 info."
-  :group 'dired-git-info
   :type 'boolean)
 
 (defcustom dgi-commit-message-format "%s\t%cr"
@@ -76,7 +74,6 @@ are (see git-log PRETTY FORMATS for all):
            · %s: subject
 
            · %f: sanitized subject line, suitable for a filename"
-  :group 'dired-git-info
   :type 'string)
 
 (defvar-local dgi--commit-ovs nil



reply via email to

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