]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix dired-switches-in-mode-line defcustom tags.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 28 Feb 2021 15:44:34 +0000 (15:44 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 28 Feb 2021 19:00:27 +0000 (19:00 +0000)
lisp/dired.el

index 4f1c3ded092de58843e9ef90fb0db46fdcb15c11..cc006b42e45a18c39a23752ae40acc5b74392225 100644 (file)
@@ -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)