summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-07-05 14:53:30 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-07-05 14:53:30 +0000
commit392cb21b2f3b9ad212225e05a715553e18b1c160 (patch)
tree3f94687f3f23d2876dcf6d7d69ef7787b93c0e64 /lisp/cus-theme.el
parenta6aa98503edd76e9c98b65f86971ca771b4c25b4 (diff)
downloademacs-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.el2
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