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:
parent
a6aa98503e
commit
392cb21b2f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user