restore 'filter' export of srfi/1/list, too

svn: r8996
This commit is contained in:
Matthew Flatt 2008-03-16 22:57:32 +00:00
parent 63a3d70819
commit 6bade7160f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,6 @@
s:map s:for-each
s:member
s:assoc)
(rename s:filter filter)
(rename s:map map)
(rename s:for-each for-each)
(rename s:member member)

View File

@ -231,7 +231,8 @@
(all-from-out "misc.ss")
(all-from-out "fold.ss")
(all-from-out "search.ss")
(all-from-out "filter.ss")
(except-out (all-from-out "filter.ss") s:filter)
(rename-out [s:filter filter])
(all-from-out "delete.ss")
(all-from-out "alist.ss")
(all-from-out "lset.ss"))