1.0.27.21: more careful (SETF DOCUMENTATION) for functions
authorNikodemus Siivola <nikodemus@random-state.net>
Wed, 22 Apr 2009 19:15:06 +0000 (19:15 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Wed, 22 Apr 2009 19:15:06 +0000 (19:15 +0000)
commitaea6385395091b21803a97b63b82f824e55b68d3
treea68ee3d08bffdd20067817ca684be2cf6714771d
parentc9feb2386aa27a7565174dc061e923517d0e3c45
1.0.27.21: more careful (SETF DOCUMENTATION) for functions

 * Use VALID-FUNCTION-NAME-P to check if we should store the docstring:
   previously we stored docstrings for anonymous functions under names
   like (LAMBDA (X)) -- Not Good.
src/pcl/documentation.lisp
version.lisp-expr