From 23b957e128a270f0ea829103839f5645e1c1bf1d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 15 Apr 2025 22:22:16 +0200 Subject: [PATCH] ; Add missing :group to new defcustom * lisp/dired-aux.el (dired-create-empty-file-in-current-directory): Add missing :group. --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 100f203b3f6..e5b08af2a30 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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