branch: externals/disk-usage
commit 2f31d95101196a28722ee176f2d39cd66002f7c0
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@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