Support scmutils, a big library for mit-scheme
[geiser.git] / scheme / mit / geiser / compile.scm
blob250427f9073cef482fab9a5116f951068f55c5ff
1 (declare (usual-integrations))
3 (load-option 'cref)
5 (with-working-directory-pathname
6     (directory-pathname (current-load-pathname))
7   (lambda ()
8     (cf "emacs")
9     (cref/generate-constructors "geiser" 'all)))