From 0ec78e154653da5e365ab3df3f96d2afbc98014f Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 5 Nov 2004 14:49:56 +0000 Subject: [PATCH] Do not add "." to %load-path. 'load' will still be able to load files in the current directory, but 'use-modules' etc will not. --- ice-9/boot-9.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 054d7b0bc..27658841e 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -3384,9 +3384,6 @@ ;;; (define exit-hook (make-hook)) - -(append! %load-path (list ".")) - ;;; {Deprecated stuff}