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

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

[elpa] externals/async 1a742f805d 2/3: Merge pull request #161 from dark


From: ELPA Syncer
Subject: [elpa] externals/async 1a742f805d 2/3: Merge pull request #161 from darkfeline/fix
Date: Sat, 17 Dec 2022 01:57:29 -0500 (EST)

branch: externals/async
commit 1a742f805dd3543372da06d2adddb785e47921ef
Merge: 10cedd8ac7 e8744a6aa5
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #161 from darkfeline/fix
    
    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]