From d585ada6233c62b6b10fe3fe2c6d281cab6069b5 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 16 Dec 1991 10:38:05 +0000
Subject: [PATCH] Added pathname and removed search-list.

---
 tools/worldcom.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index 9851a369c..05bf18f3c 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -140,8 +140,8 @@
 (comf "target:code/serve-event")
 (pushnew :serve-event *features*)
 (comf "target:code/fd-stream")
+(comf "target:code/pathname")
 (comf "target:code/filesys")
-(comf "target:code/search-list")
 (comf "target:code/load")
 
 (comf "target:code/eval")
-- 
GitLab