10 lines
214 B
Scheme
10 lines
214 B
Scheme
(declare (usual-integrations))
|
|
|
|
(load-option 'CREF)
|
|
|
|
(with-working-directory-pathname
|
|
(directory-pathname (current-load-pathname))
|
|
(lambda ()
|
|
(cf "emacs")
|
|
(cref/generate-constructors "geiser" 'ALL)))
|