From ba12e7a1a30af4e09198bec10f5a7aa837965da4 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Mon, 5 Jul 1993 01:06:35 +0000 Subject: [PATCH] Set up a default for modules:. Note: we have to do it here instead of in module.lisp because we clear the search lists after loading module.lisp. --- tools/worldload.lisp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/worldload.lisp b/tools/worldload.lisp index 99fe94470..02d8f5716 100644 --- a/tools/worldload.lisp +++ b/tools/worldload.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.58 1993/06/18 06:15:58 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.59 1993/07/05 01:06:35 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -186,6 +186,11 @@ ;;; Don't include the search lists used for loading in the resultant core. ;;; (lisp::clear-all-search-lists) +;;; +;;; Set up a default for modules: +;;; +(setf (search-list "modules:") '("./")) + ;; set up the initial info environment. (setq *old-ie* (car *info-environment*)) -- GitLab