1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(customize-create-theme): Call `customize-create-theme' in

Reset widget's notify function.  Blush.
This commit is contained in:
John Paul Wallington 2003-07-05 14:53:30 +00:00
parent a6aa98503e
commit 392cb21b2f
2 changed files with 4 additions and 1 deletions

View 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.

View 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