diff options
author | John Paul Wallington <jpw@pobox.com> | 2003-07-05 14:53:30 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2003-07-05 14:53:30 +0000 |
commit | 392cb21b2f3b9ad212225e05a715553e18b1c160 (patch) | |
tree | 3f94687f3f23d2876dcf6d7d69ef7787b93c0e64 /lisp/cus-theme.el | |
parent | a6aa98503edd76e9c98b65f86971ca771b4c25b4 (diff) | |
download | emacs-392cb21b2f3b9ad212225e05a715553e18b1c160.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 |