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

VALUE "property" special to GET



	How I got shafted should be obvious. I wrote a piece of code
that used the 'value property, and spent most of an evening trying
to figure out why this trivial code wouldn't work. ("well gee,
when I do a (plist 'foo) it says (value 777), so when I do a get...")
It's not trivial to catch on that get is doing this wierd special case.
If lap is the only thing to depend on this crock, then it seems
obvious that it should be flushed. (I mean you can just replace
(get x 'value) with (cdr (car x)) and it will do the right thing.
Right?).