From c7e193d7960b2618c1e63d31204ebb3f4476eda3 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 10 Jan 2019 04:03:32 +0000 Subject: [PATCH] Load with load-option so this gets LIARC bundles correctly. --- src/imail/compile.scm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/imail/compile.scm b/src/imail/compile.scm index 004be582d..48dda2c03 100644 --- a/src/imail/compile.scm +++ b/src/imail/compile.scm @@ -27,17 +27,11 @@ USA. ;;;; IMAIL mail reader: compilation (load-option 'cref) +(load-option 'sos) +(load-option '*parser) +(load-option 'edwin) (with-working-directory-pathname (directory-pathname (current-load-pathname)) (lambda () - (with-working-directory-pathname (merge-pathnames "../sos") - (lambda () - (load "load"))) - (with-working-directory-pathname (merge-pathnames "../star-parser") - (lambda () - (load "load"))) - (with-working-directory-pathname (merge-pathnames "../edwin") - (lambda () - (load "make"))) (for-each (lambda (filename) (compile-file filename '() (->environment '(edwin)))) '("imail-browser" -- 2.25.1