Put back inadvertently-deleted bindings.
authorChris Hanson <org/chris-hanson/cph>
Sun, 15 Apr 2018 08:29:02 +0000 (01:29 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 15 Apr 2018 08:29:02 +0000 (01:29 -0700)
src/runtime/runtime.pkg

index 097ecaaae8d033e00fc7ff4fd37306419433e02f..16dc970081ce5b626256969150c2e64a8d9eafb1 100644 (file)
@@ -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!)