diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/load.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/load.scm b/src/load.scm index 1dab2dd..8b13789 100644 --- a/src/load.scm +++ b/src/load.scm @@ -1,12 +1 @@ -#| -*-Scheme-*- - | Copied from scmutils/src/calculus/load.scm, GPL licenced. - | - | Assumes a band generated by something like load-all.scm has already been - | loaded with the regular scmutils stuff - |# -(with-working-directory-pathname (directory-pathname (current-load-pathname)) - (lambda () - - ;; (load "speedup" generic-environment) - )) |