ediff-with-syntax-table

ediff-with-syntax-table is an alias for `with-syntax-table' in `ediff-init.el'.

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

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.