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:
9cba12e
)
Load Edwin when loading Imail.
author
Matt Birkholz
<matt@birchwood-abbey.net>
Mon, 1 May 2017 16:48:36 +0000
(09:48 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Mon, 1 May 2017 16:48:36 +0000
(09:48 -0700)
src/imail/make.scm
patch
|
blob
|
history
diff --git
a/src/imail/make.scm
b/src/imail/make.scm
index be9dd4d4a6c4224ac99b263c755f29091fd3aca5..853b08a95f890a6f63b55d6443cd0925d429bcf9 100644
(file)
--- a/
src/imail/make.scm
+++ b/
src/imail/make.scm
@@
-26,8
+26,9
@@
along with IMail; if not, write to the Free Software Foundation, Inc.,
;;;; IMAIL mail reader: loader
(load-option 'REGULAR-EXPRESSION)
-(load-option 'SOS)
(load-option 'WT-TREE)
+(load-option 'SOS)
+(load-option 'EDWIN)
(with-loader-base-uri (system-library-uri "imail/")
(lambda ()
(fluid-let ((*allow-package-redefinition?* #t))