call-interactively

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.

Implementation Notes

Module: Built-in Primitive

Defined in src/callbacks.c at line 860 (CVS log)