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:
84ee201
)
Don't load krypt.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 10 Aug 1999 17:01:21 +0000
(17:01 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 10 Aug 1999 17:01:21 +0000
(17:01 +0000)
v7/src/edwin/edwin.ldr
patch
|
blob
|
history
diff --git
a/v7/src/edwin/edwin.ldr
b/v7/src/edwin/edwin.ldr
index 3f53799834d8a5207ded0983e96df4b7097a3e94..e9855509804ffc87358f12c571faf471d1e6e67f 100644
(file)
--- a/
v7/src/edwin/edwin.ldr
+++ b/
v7/src/edwin/edwin.ldr
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: edwin.ldr,v 1.6
5 1999/05/13 03:06:38
cph Exp $
+$Id: edwin.ldr,v 1.6
6 1999/08/10 17:01:21
cph Exp $
Copyright (c) 1989-1999 Massachusetts Institute of Technology
@@
-67,8
+67,6
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
(if (memq (lookup 'OS-TYPE) '(UNIX OS/2 NT))
(begin
- ;; #T means no error if not present.
- (load-option 'KRYPT #t)
(load-option 'SUBPROCESS)
(load-option 'SYNCHRONOUS-SUBPROCESS)))
(load-option 'RB-TREE)