diff options
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 1241614..5c878c5 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -74,7 +74,7 @@ Returns the compiled filter as a string." If the filter data exist in `sx--filter-alist', that value will be returned. Otherwise, compile INCLUDE, EXCLUDE, and BASE into a filter with `sx-filter-compile' and push the association onto -`sx--filter-alist'. Re-cache the alise with `sx-cache-set' and +`sx--filter-alist'. Re-cache the alist with `sx-cache-set' and return the compiled filter." (or (cdr (assoc (list include exclude base) sx--filter-alist)) (let ((filter (sx-filter-compile include exclude base))) |