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

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

[nongnu] elpa/hyperdrive 255344033d 02/10: Tidy: Remove unnecessary defc


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 255344033d 02/10: Tidy: Remove unnecessary defcustom groups
Date: Sat, 14 Oct 2023 01:01:04 -0400 (EDT)

branch: elpa/hyperdrive
commit 255344033d030b8f8b7603f6b4da79bbda59a7b5
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Tidy: Remove unnecessary defcustom groups
---
 hyperdrive-vars.el | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 3d316fead6..59fee8c77e 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -223,20 +223,16 @@ an existing buffer at the same version, or make a new 
buffer."
   "Marker for entries with unknown existence in `hyperdrive-history' buffers.")
 
 (defface hyperdrive-mirror-new '((t (:foreground "black" :background "green")))
-  "Face for files with \"new\" status in `hyperdrive-mirror' buffers."
-  :group 'hyperdrive-faces)
+  "Face for files with \"new\" status in `hyperdrive-mirror' buffers.")
 
 (defface hyperdrive-mirror-same '((t (:foreground "black" :background "red")))
-  "Face for files with \"same\" status in `hyperdrive-mirror' buffers."
-  :group 'hyperdrive-faces)
+  "Face for files with \"same\" status in `hyperdrive-mirror' buffers.")
 
 (defface hyperdrive-mirror-newer '((t (:foreground "black" :background 
"yellow")))
-  "Face for files with \"newer\" status in `hyperdrive-mirror' buffers."
-  :group 'hyperdrive-faces)
+  "Face for files with \"newer\" status in `hyperdrive-mirror' buffers.")
 
 (defface hyperdrive-mirror-older '((t (:foreground "black" :background 
"purple")))
-  "Face for files with \"older\" status in `hyperdrive-mirror' buffers."
-  :group 'hyperdrive-faces)
+  "Face for files with \"older\" status in `hyperdrive-mirror' buffers.")
 
 ;;;;; Regular expressions
 



reply via email to

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