aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--journal/01mar2009.html2
-rw-r--r--src/load.scm11
2 files changed, 1 insertions, 12 deletions
diff --git a/journal/01mar2009.html b/journal/01mar2009.html
index e5be36f..3bfaf03 100644
--- a/journal/01mar2009.html
+++ b/journal/01mar2009.html
@@ -24,7 +24,7 @@ Some old links and notes from clearing out my email:
<br /><br />
<a href="28feb2009.html"><i>(previous entry)</i></a> -
-<a href="01mar2009.html"><i>(next entry)</i></a>
+<a href="31mar2009.html"><i>(next entry)</i></a>
<!-- ================================================================ -->
<!-- ================================================================ -->
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)
- ))