Modifying constructor for tterm-variable structures.
(change-tterm-variable x [:name <name>])
This is an often useful alternative to make-tterm-variable.
We construct a new tterm-variable structure that is a copy of
This is an ordinary
Macro:
(defmacro change-tterm-variable (x &rest args) (std::change-aggregate 'tterm-variable x args '((:name . tterm-variable->name)) 'change-tterm-variable 'nil))