From: Stefan Kangas Date: Tue, 15 Apr 2025 20:22:16 +0000 (+0200) Subject: ; Add missing :group to new defcustom X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=462520018e7008e1f4f5a341075de48b17e91e67;p=emacs.git ; 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) --- 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