From 462520018e7008e1f4f5a341075de48b17e91e67 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. (cherry picked from commit 23b957e128a270f0ea829103839f5645e1c1bf1d) --- lisp/dired-aux.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 81e3d3679ed..a7cec53349c 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -2863,6 +2863,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 -- 2.39.5