diff options
-rw-r--r-- | stack-core.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stack-core.el b/stack-core.el index b1657eb..1094d11 100644 --- a/stack-core.el +++ b/stack-core.el @@ -251,7 +251,5 @@ in a (deep structure))), `(item here)' would be returned. (car tree) (stack-core-filter-data--item-in-tree item (cdr tree)))))) -(stack-core-filter-data--item-in-tree 'a '(b (a 1 b c) c)) - (provide 'stack-core) ;;; stack-core.el ends here |