blob: 250427f9073cef482fab9a5116f951068f55c5ff (
plain)
1
2
3
4
5
6
7
8
9
|
(declare (usual-integrations))
(load-option 'cref)
(with-working-directory-pathname
(directory-pathname (current-load-pathname))
(lambda ()
(cf "emacs")
(cref/generate-constructors "geiser" 'all)))
|