Function: custom-variable-state-set-and-redraw
custom-variable-state-set-and-redraw is a byte-compiled function
defined in cus-edit.el.gz.
Signature
(custom-variable-state-set-and-redraw WIDGET)
Documentation
Set state of variable widget WIDGET and redraw with current settings.
Source Code
;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defsubst custom-variable-state-set-and-redraw (widget)
"Set state of variable widget WIDGET and redraw with current settings."
(custom-variable-state-set widget)
(custom-redraw-magic widget))