projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d59a5f
)
Use default syntax table for LOAD.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 19 Dec 2001 01:57:36 +0000
(
01:57
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 19 Dec 2001 01:57:36 +0000
(
01:57
+0000)
v7/src/edwin/autold.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/autold.scm
b/v7/src/edwin/autold.scm
index e93d216f79bae8d1b374ad73dfafca683721f033..c70d8185313178df4eb9bf5c584f500939d6b9b3 100644
(file)
--- a/
v7/src/edwin/autold.scm
+++ b/
v7/src/edwin/autold.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;;$Id: autold.scm,v 1.6
1 2001/12/19 01:45:49
cph Exp $
+;;;$Id: autold.scm,v 1.6
2 2001/12/19 01:57:36
cph Exp $
;;;
;;; Copyright (c) 1986, 1989-2001 Massachusetts Institute of Technology
;;;
@@
-176,7
+176,7
@@
Second arg is prefix arg when called interactively."
(lambda (entry)
(load (merge-pathnames (car entry) directory)
(cadr entry)
- (cadr entry)
+ 'DEFAULT
(or (null? (cddr entry)) (caddr entry))))
(cdr library)))
(if (not (memq (car library) loaded-libraries))