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