Files
emacs.d/elpa/geiser-20171010.1610/scheme/mit/geiser/compile.scm
Mateus Pinto Rodrigues 58c3bd6728 Initial commit
2017-11-11 15:15:10 -02:00

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)))