From: Basil L. Contovounesios Date: Sun, 28 Feb 2021 15:44:34 +0000 (+0000) Subject: ; Fix dired-switches-in-mode-line defcustom tags. X-Git-Tag: emacs-28.0.90~3495 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=797f0ba2185c2c4cbfc1b733bbaa9402afe152a4;p=emacs.git ; Fix dired-switches-in-mode-line defcustom tags. --- 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)