summaryrefslogtreecommitdiff
path: root/lisp/dired.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2021-02-28 15:44:34 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2021-02-28 19:00:27 +0000
commit797f0ba2185c2c4cbfc1b733bbaa9402afe152a4 (patch)
tree5843800fdbde648943d07c0c80a72301c00b0635 /lisp/dired.el
parentc537b6384f240a7ab81731a8fb2e759ea2c30e60 (diff)
downloademacs-797f0ba2185c2c4cbfc1b733bbaa9402afe152a4.tar.gz
emacs-797f0ba2185c2c4cbfc1b733bbaa9402afe152a4.tar.bz2
emacs-797f0ba2185c2c4cbfc1b733bbaa9402afe152a4.zip
; Fix dired-switches-in-mode-line defcustom tags.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r--lisp/dired.el3
1 files changed, 2 insertions, 1 deletions
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)