emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/dired-duplicates 2c6caf10a2 52/57: Shorten :type declar


From: ELPA Syncer
Subject: [elpa] externals/dired-duplicates 2c6caf10a2 52/57: Shorten :type declaration in sort order defcustom
Date: Sat, 4 Nov 2023 06:58:31 -0400 (EDT)

branch: externals/dired-duplicates
commit 2c6caf10a293f5c93020f7327408bac0c8f5cec8
Author: Harald Judt <h.judt@gmx.at>
Commit: Harald Judt <h.judt@gmx.at>

    Shorten :type declaration in sort order defcustom
    
    Signed-off-by: Harald Judt <h.judt@gmx.at>
---
 dired-duplicates.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dired-duplicates.el b/dired-duplicates.el
index a3310d286f..d886abcda3 100644
--- a/dired-duplicates.el
+++ b/dired-duplicates.el
@@ -72,8 +72,8 @@ size."
 
 The sorting can be in ascending (<) or descending (>) order."
   :tag "Ascending or descending file size sort order"
-  :type '(choice (const :tag "Ascending" :value <)
-                 (const :tag "Descending" :value >)))
+  :type '(choice (const :tag "Ascending" <)
+                 (const :tag "Descending" >)))
 
 (defcustom dired-duplicates-file-filter-functions
   nil



reply via email to

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