From mboxrd@z Thu Jan 1 00:00:00 1970 From: mdj@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/ice-9 boot-9.scm Date: Sat, 11 Sep 1999 06:35:00 -0000 Message-id: <19990911133528.10689.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00578.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: mdj@egcs.cygnus.com 99/09/11 06:35:28 Modified files: guile-core/ice-9: boot-9.scm Log message: * * boot-9.scm (top-repl): Use (ice-9 debug) (ice-9 debugger) (ice-9 session) (ice-9 threads) (ice-9 regex) from guile-user only if top-repl is called. This makes startup time for scripts 30% of what it was before... Removed redundant code for loading of readline.