summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2020-01-28 02:58:19 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2020-01-28 02:58:19 +0000
commitf9c089aedf1dfc1a946da2adbd84a0950c85099f (patch)
tree26ada3fb661b2e2a89885c71b907a830ac7a7bbf
parente2910bf4f12e15dfa89ba3870d95389672dc5825 (diff)
parent6b52e23fd6bdd6cb57b229df89d29bc65b374102 (diff)
downloadgeiser-guile-f9c089aedf1dfc1a946da2adbd84a0950c85099f.tar.gz
geiser-guile-f9c089aedf1dfc1a946da2adbd84a0950c85099f.tar.bz2
Merge branch 'support-mit-scmutils' [279]
-rw-r--r--scheme/mit/geiser/compile.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheme/mit/geiser/compile.scm b/scheme/mit/geiser/compile.scm
index 5817aa2..250427f 100644
--- a/scheme/mit/geiser/compile.scm
+++ b/scheme/mit/geiser/compile.scm
@@ -1,9 +1,9 @@
(declare (usual-integrations))
-(load-option 'CREF)
+(load-option 'cref)
(with-working-directory-pathname
(directory-pathname (current-load-pathname))
(lambda ()
(cf "emacs")
- (cref/generate-constructors "geiser" 'ALL)))
+ (cref/generate-constructors "geiser" 'all)))