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

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

[elpa] externals/async de04325f08 2/2: Change dired-async-skip-fast defa


From: ELPA Syncer
Subject: [elpa] externals/async de04325f08 2/2: Change dired-async-skip-fast default to nil
Date: Tue, 11 Oct 2022 13:57:21 -0400 (EDT)

branch: externals/async
commit de04325f08cd1e88d7a4c671db2941b253385bad
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Change dired-async-skip-fast default to nil
---
 dired-async.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dired-async.el b/dired-async.el
index f261fe607e..578b53070d 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -68,7 +68,7 @@ Should take same args as `message'."
   :risky t
   :type 'sexp)
 
-(defcustom dired-async-skip-fast t
+(defcustom dired-async-skip-fast nil
   "If non-nil, skip async for fast operations.
 Same device renames and copying and renaming files smaller than
 `dired-async-small-file-max' are considered fast."



reply via email to

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