; 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:
parent
8528249ee2
commit
23b957e128
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue