6 Jan
2013
6 Jan
'13
4:56 p.m.
On Jan 6, 2013, at 17:33, Eric Marsden <eric.marsden@free.fr> wrote:
It seems that the DEFSETF for DOCUMENTATION has disappeared recently.
Hi Eric, Can you give a recipe? Some stuff seems to work: CL-USER(1): (defun foo (x) x) FOO CL-USER(2): (setf (documentation 'foo 'function) "Horx") "Horx" CL-USER(3): (documentation 'foo 'function) "Horx" CL-USER(4): It's not that I don't trust you -- DOCUMENTATION was moved into its own file recently, and we have the ansi-test PSETF.37 failure because autoloading fails for (setf foo) functions. Does it work if you call DOCUMENTATION before calling SETF DOCUMENTATION? Rudi