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

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

[elpa] externals/async 73f825fd73 2/2: Merge pull request #156 from dark


From: ELPA Syncer
Subject: [elpa] externals/async 73f825fd73 2/2: Merge pull request #156 from darkfeline/fix
Date: Sat, 20 Aug 2022 01:57:20 -0400 (EDT)

branch: externals/async
commit 73f825fd739875e4b8e10d47d497df402bbb61e7
Merge: 370ead445f ad2b253672
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>

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