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