From 797f0ba2185c2c4cbfc1b733bbaa9402afe152a4 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 28 Feb 2021 15:44:34 +0000 Subject: [PATCH] ; Fix dired-switches-in-mode-line defcustom tags. --- lisp/dired.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/dired.el b/lisp/dired.el index 4f1c3ded092..cc006b42e45 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -4240,7 +4240,8 @@ Possible values: * `as-is': Show full switches. * Integer: Show only the first N chars of full switches. * Function: Pass `dired-actual-switches' as arg and show result." - :group 'Dired-Plus + :group 'dired + :version "28.1" :type '(choice (const :tag "Indicate by name or date, else full" nil) (const :tag "Show full switches" as-is) -- 2.39.2