[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



(putprop 'foo f1 'expr)
(putprop 'foo f2 'subr)
(putprop 'foo f3 'expr)

The last putprop does not move the expr in front of the plist of foo
so that f2 is the definition of the Foo rather than f3
At least people should be warned to remprop first or else use defprop
I managed to waste a fair amount of time until it became apparent what was
wrong.