From: Chris Hanson Date: Sun, 15 Apr 2018 08:29:02 +0000 (-0700) Subject: Put back inadvertently-deleted bindings. X-Git-Tag: mit-scheme-pucked-x11-0.3.1~7^2~128 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=764f43a58a040d64ae90c4eeefd1938a89102c6f;p=mit-scheme.git Put back inadvertently-deleted bindings. --- diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index 097ecaaae..16dc97008 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -2845,6 +2845,8 @@ USA. (files "list") (parent (runtime)) (export () deprecated:list + (list-search-negative find-non-matching-item) + (list-search-positive find-matching-item) (list-transform-negative delete-matching-items) (list-transform-positive keep-matching-items) (mapcan append-map!)