In the course of attempting to do some work on Win32 subprocesses,
I'm trying to use edebug to step through "call-process-region" (in
code-process.el). Doing "edebug-eval-top-level-form" gets me:
Invalid read syntax: "Expected", ("lambda" cl-lambda-list def-body)
The offending line in the source file is line 151:
(apply #'call-process program temp buffer displayp args)))
Any tips?