diff options
| author | Stefan Kangas | 2022-07-08 18:50:47 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-08 19:44:05 +0200 |
| commit | fc50847b406481485f87a49aa58bb81ef6893e52 (patch) | |
| tree | efe1cbb36761142004da5f303ecbb7d5e38831fd | |
| parent | 99c96f50ed2058bec44612134ccaf9aa51c9730e (diff) | |
| download | emacs-fc50847b406481485f87a49aa58bb81ef6893e52.tar.gz emacs-fc50847b406481485f87a49aa58bb81ef6893e52.zip | |
Delete redundant defgroup dired-keys
* lisp/dired-x.el (dired-keys): Delete defgroup.
(dired-bind-vm): Move to :group dired-x.
| -rw-r--r-- | lisp/dired-x.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 08daef71c6e..796625058be 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -50,11 +50,6 @@ | |||
| 50 | "Extended directory editing (dired-x)." | 50 | "Extended directory editing (dired-x)." |
| 51 | :group 'dired) | 51 | :group 'dired) |
| 52 | 52 | ||
| 53 | (defgroup dired-keys nil | ||
| 54 | "Dired keys customizations." | ||
| 55 | :prefix "dired-" | ||
| 56 | :group 'dired-x) | ||
| 57 | |||
| 58 | (defcustom dired-bind-vm nil | 53 | (defcustom dired-bind-vm nil |
| 59 | "Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'. | 54 | "Non-nil means \"V\" runs `dired-vm', otherwise \"V\" runs `dired-rmail'. |
| 60 | RMAIL files in the old Babyl format (used before Emacs 23.1) | 55 | 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' | |||
| 62 | will run `rmail' on these files. New RMAIL files use the standard | 57 | will run `rmail' on these files. New RMAIL files use the standard |
| 63 | mbox format, and so cannot be distinguished in this way." | 58 | mbox format, and so cannot be distinguished in this way." |
| 64 | :type 'boolean | 59 | :type 'boolean |
| 65 | :group 'dired-keys) | 60 | :group 'dired-x) |
| 66 | 61 | ||
| 67 | (defvar dired-bind-jump t) | 62 | (defvar dired-bind-jump t) |
| 68 | (make-obsolete-variable 'dired-bind-jump "not used." "28.1") | 63 | (make-obsolete-variable 'dired-bind-jump "not used." "28.1") |