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