elisp fixes for nil, and, or
authorAndy Wingo <wingo@pobox.com>
Fri, 9 Apr 2010 19:04:52 +0000 (21:04 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 9 Apr 2010 19:06:29 +0000 (21:06 +0200)
commit474060a23ccd7db9784a99912ec505f796ac12e5
treefd6ee7b11810ce35aaa1a5801c34a86290224503
parentcd038da5467d6e4cc2f04a4ebd0f915b62359781
elisp fixes for nil, and, or

* module/language/elisp/runtime/macro-slot.scm (or, and): Fix one-arg
  case to return the arg as-is.

* module/language/elisp/runtime.scm (nil-value): Fix to be #nil.
module/language/elisp/runtime.scm
module/language/elisp/runtime/macro-slot.scm