diff options
author | Andy Wingo <wingo@pobox.com> | 2011-02-13 10:41:44 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-02-13 15:06:11 +0100 |
commit | 6f06e8d35f0780187c6bce62fe8ace8be055e727 (patch) | |
tree | 095dfb5d6102af1952992694e930a4d63f71e3d5 /libguile/init.c | |
parent | c50775e2460da0c9fa49817fe22896d0369184ac (diff) | |
download | guile-6f06e8d35f0780187c6bce62fe8ace8be055e727.tar.gz |
autocompile -> auto-compile
* NEWS:
* check-guile.in:
* doc/guile.1:
* doc/ref/scheme-scripts.texi:
* libguile/init.c:
* libguile/load.c:
* libguile/load.h:
* libguile/script.c:
* module/Makefile.am:
* module/ice-9/boot-9.scm:
* module/scripts/compile.scm:
* module/system/base/compile.scm:
* test-suite/Makefile.am:
* test-suite/tests/popen.test: Change "autocompile" to "auto-compile" or
"auto_compile", as appropriate, in variable names, function names,
command line arguments, and the documentation.
Diffstat (limited to 'libguile/init.c')
-rw-r--r-- | libguile/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/init.c b/libguile/init.c index 243e15e06..9b8c4d086 100644 --- a/libguile/init.c +++ b/libguile/init.c @@ -546,7 +546,7 @@ scm_i_init_guile (SCM_STACKITEM *base) atexit (cleanup_for_exit); scm_load_startup_files (); - scm_init_load_should_autocompile (); + scm_init_load_should_auto_compile (); /* Capture the dynamic state after loading boot-9, so that new threads end up in the guile-user module. */ |