Adrian.Aichner(a)t-online.de (Adrian Aichner) writes:
(customize-set-variable symbol (symbol-value symbol))
and
(custom-group-save custom-type))
both save not only the current symbol or widget but all other
customized variables as well.
What do you mean by save? Write to custom-file?
Is there a way to only save that one symbol or widget?
No. Saving the custom data will always replace the complete lisp forms
in the custom file. However it only saves the 'saved-value value so
the net-effect should be the same.
Provided of course the 'saved-value settings actually reflect the
correct state as poor Alex Schroeder found out recently.
Am I missing your point?
Jan