1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

change remaining %nil -> #nil

* doc/ref/vm.texi:
* libguile/boolean.h:
* libguile/pairs.h:
* module/language/elisp/README:
* test-suite/tests/elisp-compiler.test:
* test-suite/tests/load.test: Change remaining mentions of %nil to #nil.
This commit is contained in:
Andy Wingo 2010-04-09 14:44:28 +02:00
parent 474060a23c
commit 92a61010bd
6 changed files with 21 additions and 19 deletions

View file

@ -31,7 +31,7 @@ Especially still missing:
* anonymous macros
Other ideas and things to think about:
* %nil vs. #f/'() handling in Guile
* #nil vs. #f/'() handling in Guile
Compiler options implemented:
* #:disable-void-check ['all / '(sym1 sym2 sym3)] to disable the check