Function: ediff-with-syntax-table

ediff-with-syntax-table is a function alias for with-syntax-table, defined in subr.el.gz.

This macro is obsolete since 27.1; use with-syntax-table instead.

Signature

(ediff-with-syntax-table TABLE &rest BODY)

Documentation

Evaluate BODY with syntax table of current buffer set to TABLE.

The syntax table of the current buffer is saved, BODY is evaluated, and the saved table is restored, even in case of an abnormal exit. Value is what BODY returns.

Aliases

ediff-with-syntax-table (obsolete since 27.1)