I'd hesitate to say whose side of the fence the bug is on - LW returns something which SLIME can't parse (and SLIME can't parse it) - but here it is.
CL-USER 1 > (function-lambda-list 'flet) (("(function-name lambda-list [[local-declaration* | local-documentation]] local-form*)*") &BODY SYSTEM::BODY)
CL-USER 2 >
- n
Nick Levine ndl@ravenbrook.com writes:
I'd hesitate to say whose side of the fence the bug is on - LW returns something which SLIME can't parse (and SLIME can't parse it) - but here it is.
CL-USER 1 > (function-lambda-list 'flet) (("(function-name lambda-list [[local-declaration* | local-documentation]] local-form*)*") &BODY SYSTEM::BODY)
CL-USER 2 >
Should be fixed in CVS.