From a9d4f28a2bf1e8f962471ab6fc79091a7059dbb8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Jun 1996 15:30:28 +0000 Subject: [PATCH] (Fcall_process): Fix previous change. --- src/callproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2