Fix attribute vs method map to same Lisp name clash.
authorTobias Rautenkranz <tobias@rautenkranz.ch>
local dateSat, 03 Apr 2010 14:03:07
dateSat, 03 Apr 2010 12:03:07
hash20100403120307-f890f-7d5948a421931947482a2412a84368cd4c8ae609.gz
Fix attribute vs method map to same Lisp name clash.

Ignore-this: da029c9c35d7db00388ad76f72ac1a39

e.g.: setWidget() and set_widget are in Lisp both #'set-widget. Prefer the method
over the attribute; the attribute will be accessible with SLOT-VALUE.
1 file(s) changed:
src/smoke-to-clos.lisp +3 -2