Handle (setf (documentation nil ...) ...) in a single method
commitea58a97d9cc022d62f9e34c0f57e7dcf38f9ff96
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 6 Mar 2016 14:50:40 +0000 (6 15:50 +0100)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 6 Mar 2016 16:37:14 +0000 (6 17:37 +0100)
tree9726344468f782274c27b6849904114d5eb7ffae
parente1cb4d5c5d2d3ef09bca926543000a229099f0ee
Handle (setf (documentation nil ...) ...) in a single method

Producing a warning for (setf (documentation nil ...) ...) is now
handled by a single :around method instead of each specialized method
individually.
src/pcl/documentation.lisp