From c62227a4481aee860c96a70e830ac374edb353b0 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 7 Nov 2014 12:50:34 -0500 Subject: Update names in test --- sx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx.el') 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)))) -- cgit v1.2.3