Oops, forgot some initializations for the LOAD-LATEST stuff. See the
authorMark Friedman <edu/mit/csail/zurich/markf>
Thu, 12 Apr 1990 22:50:28 +0000 (22:50 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Thu, 12 Apr 1990 22:50:28 +0000 (22:50 +0000)
log for the last version for more info.

v7/src/runtime/load.scm
v8/src/runtime/load.scm

index bf2e0efd87d0f9d8f295fef2a6af3f2ada999c34..80749070bfe07c267b78fab27d496c6d95b1b867 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/load.scm,v 14.13 1990/04/12 21:56:31 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/load.scm,v 14.14 1990/04/12 22:50:28 markf Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -42,12 +42,14 @@ MIT in each case. |#
   (set! load/suppress-loading-message? false)
   (set! load/default-types '("com" "bin" "scm"))
   (set! fasload/default-types '("com" "bin"))
+  (set! load/default-find-pathname-with-type search-types-in-order)
   (add-event-receiver! event:after-restart load-init-file))
 
 (define load-noisily?)
 (define load/suppress-loading-message?)
 (define load/default-types)
 (define fasload/default-types)
+(define load/default-find-pathname-with-type)
 
 (define (read-file filename)
   (call-with-input-file
index c65c23a7bb6854d2305c6869680d4161d2a753eb..ad01823f49b7a043c8dfe3a423fcdfe66c671d8e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/load.scm,v 14.13 1990/04/12 21:56:31 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/load.scm,v 14.14 1990/04/12 22:50:28 markf Exp $
 
 Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology
 
@@ -42,12 +42,14 @@ MIT in each case. |#
   (set! load/suppress-loading-message? false)
   (set! load/default-types '("com" "bin" "scm"))
   (set! fasload/default-types '("com" "bin"))
+  (set! load/default-find-pathname-with-type search-types-in-order)
   (add-event-receiver! event:after-restart load-init-file))
 
 (define load-noisily?)
 (define load/suppress-loading-message?)
 (define load/default-types)
 (define fasload/default-types)
+(define load/default-find-pathname-with-type)
 
 (define (read-file filename)
   (call-with-input-file