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

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

[elpa] externals/disk-usage 1d85ea5 10/26: Fix missing total-size in hea


From: Pierre Neidhardt
Subject: [elpa] externals/disk-usage 1d85ea5 10/26: Fix missing total-size in header
Date: Tue, 26 Feb 2019 03:06:37 -0500 (EST)

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

    Fix missing total-size in header
---
 disk-usage.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/disk-usage.el b/disk-usage.el
index de662ad..d80fda6 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -53,7 +53,7 @@
 (require 'tabulated-list)
 (eval-when-compile (require 'cl-lib))
 
-;; TODO: Retest total-size and symlinks arrows.
+;; TODO: Retest symlinks arrows.
 
 ;; TODO: Filter out files by date.  Make generic filter function?  Could factor
 ;; disk-usage-files into this.
@@ -261,7 +261,7 @@ Takes a number and returns a string."
   (setq directory (or directory default-directory))
   (let* ((listing (funcall disk-usage-list-function directory))
          (total-size (disk-usage--total listing)))
-    (disk-usage--set-tabulated-list-format )
+    (disk-usage--set-tabulated-list-format total-size)
     (tabulated-list-init-header)
     (setq tabulated-list-entries
           (mapcar



reply via email to

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