Name
call-interactively -- Invoke THUNK interactively.
Synopsis
(call-interactively thunk #&optional debug)
Description
Invoke thunk interactively.
thunk can be either a procedure or a symbol.
If it is a symbol it is dereferenced.
Write a debug message if debug is #t.