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:
parent
1f2328fec2
commit
0ec78e1546
1 changed files with 0 additions and 3 deletions
|
@ -3384,9 +3384,6 @@
|
|||
;;;
|
||||
(define exit-hook (make-hook))
|
||||
|
||||
|
||||
(append! %load-path (list "."))
|
||||
|
||||
|
||||
|
||||
;;; {Deprecated stuff}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue