aboutsummaryrefslogtreecommitdiff
path: root/sx.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-07 12:50:34 -0500
committerSean Allred <code@seanallred.com>2014-11-07 12:50:34 -0500
commitc62227a4481aee860c96a70e830ac374edb353b0 (patch)
tree9def1cd43880b3d8f0df7d3d19a3d2fd84b61480 /sx.el
parentaae0cbae68700e25f38cc1d2fb6e649f77946742 (diff)
Update names in test
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))))