]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete redundant defgroup dired-keys
authorStefan Kangas <stefan@marxist.se>
Fri, 8 Jul 2022 16:50:47 +0000 (18:50 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 8 Jul 2022 17:44:05 +0000 (19:44 +0200)
* lisp/dired-x.el (dired-keys): Delete defgroup.
(dired-bind-vm): Move to :group dired-x.

lisp/dired-x.el

index 08daef71c6ecaeda3d0b2b9f294b90b17fd267eb..796625058be5ecf681ede48c78a63570fe4bd211 100644 (file)
   "Extended directory editing (dired-x)."
   :group 'dired)
 
-(defgroup dired-keys nil
-  "Dired keys customizations."
-  :prefix "dired-"
-  :group 'dired-x)
-
 (defcustom dired-bind-vm nil
   "Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'.
 RMAIL files in the old Babyl format (used before Emacs 23.1)
@@ -62,7 +57,7 @@ contain \"-*- rmail -*-\" at the top, so `dired-find-file'
 will run `rmail' on these files.  New RMAIL files use the standard
 mbox format, and so cannot be distinguished in this way."
   :type 'boolean
-  :group 'dired-keys)
+  :group 'dired-x)
 
 (defvar dired-bind-jump t)
 (make-obsolete-variable 'dired-bind-jump "not used." "28.1")