Reset widget's notify function. Blush.
2003-07-05 John Paul Wallington <jpw@gnu.org>
+ * cus-theme.el (customize-create-theme):
+ Call `customize-create-theme' in Reset widget's notify function.
+
* ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
(ibuffer-mark-interactive): Use `or' instead of `unless'.
(define-ibuffer-column name): Add summarizer.
(widget-insert " ")
(widget-create 'push-button
:notify (lambda (&rest ignore)
- (custom-theme-create))
+ (customize-create-theme))
"Reset")
(widget-insert " ")
(widget-create 'push-button