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

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

[elpa] externals/disk-usage 2f31d95101 1/2: Fix custom type specificatio


From: ELPA Syncer
Subject: [elpa] externals/disk-usage 2f31d95101 1/2: Fix custom type specifications
Date: Wed, 20 Sep 2023 12:58:10 -0400 (EDT)

branch: externals/disk-usage
commit 2f31d95101196a28722ee176f2d39cd66002f7c0
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix custom type specifications
---
 disk-usage.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/disk-usage.el b/disk-usage.el
index b8e91f247a..28d229d99c 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -226,11 +226,11 @@ A file must pass all the filters to be included.
 See `disk-usage-add-filters' and `disk-usage-remove-filters'.
 
 You can add custom filters to this list."
-  :type '(repeat 'symbol))
+  :type '(repeat symbol))
 
 (defcustom disk-usage-default-filters '()
   "Filters to enable in new `disk-usage' buffers."
-  :type '(repeat 'symbol))
+  :type '(repeat symbol))
 
 (defvar-local disk-usage-filters nil
   "List of `disk-usage' filters in current buffer.



reply via email to

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