add &KEY SILENT to PARSE-LAMBDA-LIST
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 14 Jun 2011 09:06:28 +0000 (12:06 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 14 Jun 2011 09:17:15 +0000 (12:17 +0300)
commitd013d00f48df21109627e5ad255c8acb9afef35b
tree1886953b2660557b8fad22faf2edb9afc406319a
parent88d80e04126a9842338cd6f8bbc5e6627eaff187
add &KEY SILENT to PARSE-LAMBDA-LIST

  Passed through to PARSE-LAMBDA-LIST-LIKE, used by %SPLIT-ARGLIST in PCL.

  Prior to this GENERIC-FUNCTION-PRETTY-ARGLIST on functions with both
  &OPTIONAL and &KEY arguments caused a style-warning -- and inquiring about
  the lambda-list isn't the right time for that.
NEWS
src/compiler/parse-lambda-list.lisp
src/pcl/methods.lisp
tests/clos.impure.lisp