dependencies, so that `standard-value' will be present.
2006-02-19 Chong Yidong <cyd@stupidchicken.com>
+ * custom.el (customize-mark-to-save): Load the symbol's
+ dependencies, so that `standard-value' will be present.
+
* cus-edit.el (custom-save-variables): Allow unthemed values.
2006-02-19 Nick Roberts <nickrob@snap.net.nz>
To actually save the value, call `custom-save-all'.
Return non-nil iff the `saved-value' property actually changed."
+ (custom-load-symbol symbol)
(let* ((get (or (get symbol 'custom-get) 'default-value))
(value (funcall get symbol))
(saved (get symbol 'saved-value))