diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-03-31 17:43:48 -0400 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-03-31 17:43:48 -0400 |
commit | 0947416bdba01d9b3d3fcebb7d44268d9305866e (patch) | |
tree | 09a062bf809cc3f1f79301365eb5810ecb7f00ec /src | |
parent | 58ad2d306a43e6ddec6ac6dacb3dae9d6752dec1 (diff) | |
download | 8thesis-0947416bdba01d9b3d3fcebb7d44268d9305866e.tar.gz 8thesis-0947416bdba01d9b3d3fcebb7d44268d9305866e.zip |
journal, cleared load.scm
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) - )) |