diff options
author | John Paul Wallington <jpw@pobox.com> | 2003-07-05 14:50:32 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2003-07-05 14:50:32 +0000 |
commit | 7456ed525775d95f56084bc2583df48d91d8f485 (patch) | |
tree | a029dbf1d44981299b38e264e6b40a763f156af5 /lisp/cus-theme.el | |
parent | ec55596f53cb92ad52a9ee056cf4692ad267bdfb (diff) | |
download | emacs-7456ed525775d95f56084bc2583df48d91d8f485.tar.gz |
(customize-create-theme): Call `customize-create-theme' in
Reset widget's notify function. Blush.
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r-- | lisp/cus-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index 8818dbace4b..02ba2de194d 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el @@ -73,7 +73,7 @@ This will help you share your customizations with other people.\n\n") (widget-insert " ") (widget-create 'push-button :notify (lambda (&rest ignore) - (custom-theme-create)) + (customize-create-theme)) "Reset") (widget-insert " ") (widget-create 'push-button |