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