Achim Gratz <strom...@nexgo.de> writes: > This has been in there for a while and only been visible due to > byte-compiler warnings about free variable result-params. Either the > tests don't really exercise this code path well or we've been lucky that > result-params was bound to the correct value during all those calls. >
The `result-params' variable is *always* in scope every time this macro is called. In fact previously the Babel language files were told to expect some variables to always be in scope without their being explicitly passed in as parameters. We've since begun passing these things explicitly to the language functions to appease the compiler. I'd like to apply this patch, however the format is not detected by git am. Could you re-generate this patch using git format-patch and attach the resulting file? Thanks, -- Eric Schulte http://cs.unm.edu/~eschulte