emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 797f0ba 1/2: ; Fix dired-switches-in-mode-line defcustom tags.


From: Basil L. Contovounesios
Subject: master 797f0ba 1/2: ; Fix dired-switches-in-mode-line defcustom tags.
Date: Sun, 28 Feb 2021 14:14:01 -0500 (EST)

branch: master
commit 797f0ba2185c2c4cbfc1b733bbaa9402afe152a4
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; 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 4f1c3de..cc006b4 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]