Function: widget-overlay-inactive
widget-overlay-inactive is a byte-compiled function defined in
wid-edit.el.gz.
Signature
(widget-overlay-inactive &rest JUNK)
Documentation
Ignoring the arguments, signal an error.
Source Code
;; Defined in /usr/src/emacs/lisp/wid-edit.el.gz
(defun widget-overlay-inactive (&rest _junk)
"Ignoring the arguments, signal an error."
(unless inhibit-read-only
(error "The widget here is not active")))