# HG changeset patch # User John Paul Wallington # Date 1057416632 0 # Node ID 11d27dde6451ceeba64294b6d90b0b52bc85afc2 # Parent 31b7c8b5289dcb7276cf3dea514dd4a22d4869fd (customize-create-theme): Call `customize-create-theme' in Reset widget's notify function. Blush. diff -r 31b7c8b5289d -r 11d27dde6451 lisp/cus-theme.el --- a/lisp/cus-theme.el Sat Jul 05 12:42:43 2003 +0000 +++ b/lisp/cus-theme.el Sat Jul 05 14:50:32 2003 +0000 @@ -73,7 +73,7 @@ (widget-insert " ") (widget-create 'push-button :notify (lambda (&rest ignore) - (custom-theme-create)) + (customize-create-theme)) "Reset") (widget-insert " ") (widget-create 'push-button