aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
Diffstat (limited to 'sx.el')
-rw-r--r--sx.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx.el b/sx.el
index 9eb19bb..cd8af95 100644
--- a/sx.el
+++ b/sx.el
@@ -63,7 +63,7 @@ a string, just return it."
(if (and (sequencep (cdr cons-cell))
(sequencep (elt (cdr cons-cell) 0)))
(cons (car cons-cell)
- (sx-filter-data
+ (sx--filter-data
(cdr cons-cell) (cdr f)))
cons-cell))))
data))))