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

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

[elpa] externals/async e8744a6aa5 1/3: Fix defcustom type for dired-asyn


From: ELPA Syncer
Subject: [elpa] externals/async e8744a6aa5 1/3: Fix defcustom type for dired-async-skip-fast
Date: Sat, 17 Dec 2022 01:57:29 -0500 (EST)

branch: externals/async
commit e8744a6aa5ab04ff24c4dc6e272d97266b0078fd
Author: Allen Li <darkfeline@felesatra.moe>
Commit: Allen Li <darkfeline@felesatra.moe>

    Fix defcustom type for dired-async-skip-fast
---
 dired-async.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dired-async.el b/dired-async.el
index 35b0ca10e6..2059b72649 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -73,7 +73,7 @@ Should take same args as `message'."
 Same device renames and copying and renaming files smaller than
 `dired-async-small-file-max' are considered fast."
   :risky t
-  :type 'bool)
+  :type 'boolean)
 
 (defcustom dired-async-small-file-max 5000000
   "Files smaller than this in bytes are considered fast to copy



reply via email to

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