diff options
-rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 3e79b6064f5..58d8e8714f7 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -246,7 +246,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") { if (CONSP (XCONS (buffer)->cdr)) { - Lisp_Object file_for_stderr; + Lisp_Object stderr_file; stderr_file = XCONS (XCONS (buffer)->cdr)->car; if (NILP (stderr_file) || EQ (Qt, stderr_file)) |