Helmut Eller heller@common-lisp.net writes:
Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.239 slime/contrib/ChangeLog:1.240 --- slime/contrib/ChangeLog:1.239 Fri Aug 28 19:50:48 2009 +++ slime/contrib/ChangeLog Tue Sep 1 08:56:23 2009 @@ -1,3 +1,9 @@ +2009-09-01 Stas Boukarev stassats@gmail.com
- swank-arglists.lisp (decode-required-arg): Arglists for some forms
- in LispWorks, e.g. flet, contain strings, so handle strings too.
- Reported by Nick Levine.
This should not be dealt with in swank-arglists.lisp, but in LW's swank backend if not in LW itself.
Perhaps, Martin Simmons is reading this and can comment on the return value of (function-lambda-list 'flet).
-T.