diff options
author | Andy Wingo <wingo@pobox.com> | 2010-04-09 14:44:28 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-04-09 21:06:29 +0200 |
commit | 92a61010bd04dfa81ac94b32e40d0e7a6c932845 (patch) | |
tree | d0fb7a7028217ec238a934d734d79b13b70fc362 /test-suite/tests/elisp-compiler.test | |
parent | 474060a23ccd7db9784a99912ec505f796ac12e5 (diff) | |
download | guile-92a61010bd04dfa81ac94b32e40d0e7a6c932845.tar.gz |
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.
Diffstat (limited to 'test-suite/tests/elisp-compiler.test')
-rw-r--r-- | test-suite/tests/elisp-compiler.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/tests/elisp-compiler.test b/test-suite/tests/elisp-compiler.test index 3d3bb1d6e..61f0acd81 100644 --- a/test-suite/tests/elisp-compiler.test +++ b/test-suite/tests/elisp-compiler.test @@ -1,6 +1,6 @@ -;;;; elisp-compiler.test --- Test the compiler for Elisp. +;;;; elisp-compiler.test --- Test the compiler for Elisp. -*- scheme -*- ;;;; -;;;; Copyright (C) 2009 Free Software Foundation, Inc. +;;;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. ;;;; Daniel Kraft ;;;; ;;;; This library is free software; you can redistribute it and/or |