Function: widget-default-prompt-value
widget-default-prompt-value is a byte-compiled function defined in
wid-edit.el.gz.
Signature
(widget-default-prompt-value WIDGET PROMPT VALUE UNBOUND)
Documentation
Read an arbitrary value.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-default-prompt-value (_widget prompt _value _unbound)
"Read an arbitrary value."
(eval-minibuffer prompt))