1
Fork 0
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:
Markus Rost 2002-12-29 19:15:58 +00:00
parent 558ee9005a
commit f134b461ec
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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