Function: pr-widget-field-action
pr-widget-field-action is a byte-compiled function defined in
printing.el.gz.
Signature
(pr-widget-field-action WIDGET EVENT)
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-widget-field-action (widget event)
(and (get-buffer "*Completions*") ; clean frame window
(delete-windows-on "*Completions*"))
(message " ") ; clean echo area
(widget-field-action widget event))