From: Richard M. Stallman Date: Fri, 21 Jun 1996 15:30:28 +0000 (+0000) Subject: (Fcall_process): Fix previous change. X-Git-Tag: emacs-19.34~389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9d4f28a2bf1e8f962471ab6fc79091a7059dbb8;p=emacs.git (Fcall_process): Fix previous change. --- 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))