1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00

Do not add "." to %load-path. 'load' will still be able to load files

in the current directory, but 'use-modules' etc will not.
This commit is contained in:
Marius Vollmer 2004-11-05 14:49:56 +00:00
parent 1f2328fec2
commit 0ec78e1546

View file

@ -3384,9 +3384,6 @@
;;;
(define exit-hook (make-hook))
(append! %load-path (list "."))
;;; {Deprecated stuff}