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

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

[elpa] externals/async ad2b253672 1/2: Cosmetic cleanup of merged smart-


From: ELPA Syncer
Subject: [elpa] externals/async ad2b253672 1/2: Cosmetic cleanup of merged smart-async feature
Date: Sat, 20 Aug 2022 01:57:19 -0400 (EDT)

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

    Cosmetic cleanup of merged smart-async feature
---
 dired-async.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dired-async.el b/dired-async.el
index b6be7d5eb1..05a6d88dca 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -71,7 +71,7 @@ Should take same args as `message'."
 (defcustom dired-async-skip-fast t
   "If non-nil, skip async for fast operations.
 Same device renames and copying and renaming files smaller than
-`dired-async-large-file' are considered fast."
+`dired-async-small-file-max' are considered fast."
   :risky t
   :type 'bool)
 
@@ -204,7 +204,6 @@ See `file-attributes'."
     ;; Directories are always large since we can't easily figure out
     ;; their total size.
     (and (not (dired-async--directory-p a))
-         ;; 5 MB
          (< (file-attribute-size a) dired-async-small-file-max))))
 
 (defun dired-async--skip-async-p (file-creator file name-constructor)



reply via email to

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