; Add missing :group to new defcustom

* lisp/dired-aux.el (dired-create-empty-file-in-current-directory):
Add missing :group.
This commit is contained in:
Stefan Kangas 2025-04-15 22:22:16 +02:00
parent 8528249ee2
commit 23b957e128

View file

@ -2881,6 +2881,7 @@ adds the new file (and new subdirectories if provided) to whichever
directory the user enters at the prompt). If nil,
`dired-create-empty-file' acts on the default directory by default."
:type 'boolean
:group 'dired
:version "31.1")
;;;###autoload