]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image-dired.el: Remove redundant :group args.
authorStefan Kangas <stefan@marxist.se>
Wed, 3 Nov 2021 22:25:23 +0000 (23:25 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 3 Nov 2021 22:25:23 +0000 (23:25 +0100)
lisp/image-dired.el

index a69c8f901787a4ba8d13bd7e26949d010ee00910..e2abaf275ad0522842974020a3a4367c2c72eaaa 100644 (file)
@@ -469,7 +469,6 @@ deletion."
   '((((class color) (min-colors 16)) :background "DarkOrange")
     (((class color)) :foreground "yellow"))
   "Face for marked images in thumbnail buffer."
-  :group 'image-dired
   :version "29.1")
 
 (defface image-dired-thumb-flagged
@@ -480,7 +479,6 @@ deletion."
     (((class color) (min-colors 8)) :background "red")
     (t :inverse-video t))
   "Face for images flagged for deletion in thumbnail buffer."
-  :group 'image-dired
   :version "29.1")
 
 (defcustom image-dired-line-up-method 'dynamic