From 392cb21b2f3b9ad212225e05a715553e18b1c160 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 5 Jul 2003 14:53:30 +0000 Subject: [PATCH] (customize-create-theme): Call `customize-create-theme' in Reset widget's notify function. Blush. --- lisp/ChangeLog | 3 +++ lisp/cus-theme.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 40ba6a364c4..462c4a803d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -91,6 +91,9 @@ 2003-07-05 John Paul Wallington + * 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. 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 -- 2.11.4.GIT