summaryrefslogtreecommitdiff
path: root/disk-usage.el
diff options
context:
space:
mode:
Diffstat (limited to 'disk-usage.el')
-rw-r--r--disk-usage.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-usage.el b/disk-usage.el
index b8e91f2..28d229d 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.