diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 16:11:54 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 17:20:52 -0200 |
commit | 117f78c3e16fa32f82e75f43a7aac24afd9a37d5 (patch) | |
tree | f0ffb89bdd0bd6cf98905fdd981aa1a8b42ef9f4 /sx-filter.el | |
parent | 55682ee682c983f66c0a05b63ecb0ab4e5832cba (diff) |
Build filters from default.
Diffstat (limited to 'sx-filter.el')
-rw-r--r-- | sx-filter.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-filter.el b/sx-filter.el index bdbdab9..0df9b5e 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -65,7 +65,7 @@ All wrapper fields are included by default." .quota_max .quota_remaining ) - nil none))) + nil nil))) ;;; @TODO allow BASE to be a precompiled filter name (defun sx-filter-compile (&optional include exclude base) |