mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(customize-browse): Call `widget-setup'.
This commit is contained in:
parent
558ee9005a
commit
f134b461ec
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2002-12-29 Markus Rost <rost@math.ohio-state.edu>
|
||||
|
||||
* cus-edit.el (customize-browse): Call `widget-setup'.
|
||||
|
||||
2002-12-29 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* Makefile.in: Generate cus-load.el and finder-inf.el in the
|
||||
|
|
|
|||
|
|
@ -1454,6 +1454,7 @@ item in another window.\n\n"))
|
|||
:custom-state 'unknown
|
||||
:tag (custom-unlispify-tag-name group)
|
||||
:value group))
|
||||
(widget-setup)
|
||||
(goto-char (point-min)))
|
||||
|
||||
(define-widget 'custom-browse-visibility 'item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue