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.
This commit is contained in:
parent
c50775e246
commit
6f06e8d35f
14 changed files with 55 additions and 55 deletions
|
|
@ -118,7 +118,7 @@
|
|||
(canonicalization 'relative))
|
||||
(with-fluids ((%file-port-name-canonicalization canonicalization))
|
||||
(let* ((comp (or output-file (compiled-file-name file)
|
||||
(error "failed to create path for autocompiled file"
|
||||
(error "failed to create path for auto-compiled file"
|
||||
file)))
|
||||
(in (open-input-file file))
|
||||
(enc (file-encoding in)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue