(customize-create-theme): Call `customize-create-theme' in
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 5 Jul 2003 14:53:30 +0000 (14:53 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 5 Jul 2003 14:53:30 +0000 (14:53 +0000)
Reset widget's notify function.  Blush.

lisp/ChangeLog
lisp/cus-theme.el

index 40ba6a3..462c4a8 100644 (file)
@@ -91,6 +91,9 @@
 
 2003-07-05  John Paul Wallington  <jpw@gnu.org>
 
+       * cus-theme.el (customize-create-theme): 
+       Call `customize-create-theme' in Reset widget's notify function.
+
        * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
        (ibuffer-mark-interactive): Use `or' instead of `unless'.
        (define-ibuffer-column name): Add summarizer.
index 8818dba..02ba2de 100644 (file)
@@ -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