diff options
author | Sean Allred <code@seanallred.com> | 2014-11-07 12:50:34 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-07 12:50:34 -0500 |
commit | c62227a4481aee860c96a70e830ac374edb353b0 (patch) | |
tree | 9def1cd43880b3d8f0df7d3d19a3d2fd84b61480 /sx.el | |
parent | aae0cbae68700e25f38cc1d2fb6e649f77946742 (diff) |
Update names in test
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)))) |