with-case-table
with-case-table
is a Lisp macro in `
subr.el
'.
(with-case-table
TABLE
&rest
BODY
)
Execute the forms in
BODY
with
TABLE
as the current case table.
The value returned is the value of the last form in
BODY
.