summaryrefslogtreecommitdiff
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-07-05 14:50:32 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-07-05 14:50:32 +0000
commit7456ed525775d95f56084bc2583df48d91d8f485 (patch)
treea029dbf1d44981299b38e264e6b40a763f156af5 /lisp/cus-theme.el
parentec55596f53cb92ad52a9ee056cf4692ad267bdfb (diff)
downloademacs-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.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