My first post 0.6.3 fix: md5 is not opened by default and you cannot
load it later since the path is not translated.
This commit is contained in:
parent
00e8147657
commit
c0cccd7c7a
|
@ -462,6 +462,7 @@
|
||||||
awk-interface
|
awk-interface
|
||||||
char-predicates-interface; Urk -- Some of this is R5RS!
|
char-predicates-interface; Urk -- Some of this is R5RS!
|
||||||
dot-locking-interface
|
dot-locking-interface
|
||||||
|
md5-interface
|
||||||
)
|
)
|
||||||
|
|
||||||
(open structure-refs
|
(open structure-refs
|
||||||
|
@ -476,6 +477,7 @@
|
||||||
field-reader-package
|
field-reader-package
|
||||||
char-predicates-lib ; Urk -- Some of this is R5RS!
|
char-predicates-lib ; Urk -- Some of this is R5RS!
|
||||||
dot-locking
|
dot-locking
|
||||||
|
md5
|
||||||
scheme)
|
scheme)
|
||||||
|
|
||||||
(access scsh-top-package)
|
(access scsh-top-package)
|
||||||
|
|
Loading…
Reference in New Issue