oset-default

oset-default is a Lisp macro in `eieio.el'.

(oset-default CLASS SLOT VALUE)

Set the default slot in CLASS for SLOT to VALUE.
The default value is usually set with the :initform tag during class
creation. This allows users to change the default behavior of classes
after they are created.