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