make ENSURE-GENERIC-FUNCTION accept method combination arguments
commit1f9c4bb952a1f8b19ee9da0f54e95b2b3aa9111a
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 20 May 2012 17:11:29 +0000 (20 20:11 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 21 May 2012 05:43:11 +0000 (21 08:43 +0300)
treee4f3fcbad46c70f58c7dd8839ad19072161d164b
parent04a651e749befd65ffd8bf49f689b6e7d55607e2
make ENSURE-GENERIC-FUNCTION accept method combination arguments

  Previously we only accepted a list designating the method combination, but
  since MOP also specifies a way to grab the actual method combination, we
  should really accept that as well.

  Fixes bug 936513.
NEWS
src/pcl/boot.lisp
tests/mop.pure.lisp