]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add missing :group to new defcustom
authorStefan Kangas <stefankangas@gmail.com>
Tue, 15 Apr 2025 20:22:16 +0000 (22:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 16 Apr 2025 07:36:18 +0000 (09:36 +0200)
* lisp/dired-aux.el (dired-create-empty-file-in-current-directory):
Add missing :group.

(cherry picked from commit 23b957e128a270f0ea829103839f5645e1c1bf1d)

lisp/dired-aux.el

index 81e3d3679ed7f26d8507be002795d0312f1442a9..a7cec53349c28fc591923212309a4866711eab13 100644 (file)
@@ -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