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