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

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

[elpa] externals/disk-usage aa3996e 24/48: Default to disk-usage--list


From: Stefan Monnier
Subject: [elpa] externals/disk-usage aa3996e 24/48: Default to disk-usage--list
Date: Tue, 19 Feb 2019 08:00:01 -0500 (EST)

branch: externals/disk-usage
commit aa3996ea514cb342d85713fbea101c9e34c3125c
Author: Pierre Neidhardt <address@hidden>
Commit: Pierre Neidhardt <address@hidden>

    Default to disk-usage--list
---
 disk-usage.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/disk-usage.el b/disk-usage.el
index 8c23772..7549d46 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -150,8 +150,8 @@ $ find . -type f -exec du -sb {} +"
                                 (buffer-string))
                               "\n" 'omit-nulls)))
 
-(defcustom disk-usage-list-function #'disk-usage--list-recursively
-  "Function that returns a list of [SIZE FILE] vectors.
+(defcustom disk-usage-list-function #'disk-usage--list
+  "Function that returns a list of `disk-usage--file-info'.
 It takes the directory to scan as argument."
   :group 'disk-usage
   :type '(choice (function :tag "Hierarchical" disk-usage--list)



reply via email to

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