oset
oset is a Lisp macro in `eieio.el
'.
(oset OBJ SLOT VALUE)
Set the value in OBJ for slot SLOT to VALUE.
SLOT is the slot name as specified in `defclass' or the tag created
with in the :initarg slot. VALUE can be any Lisp object.
eieio.el
'.
(oset OBJ SLOT VALUE)
Set the value in OBJ for slot SLOT to VALUE.
SLOT is the slot name as specified in `defclass' or the tag created
with in the :initarg slot. VALUE can be any Lisp object.