summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-21 15:30:28 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-21 15:30:28 +0000
commit2dbd2a5ee18a7b1042b78b1a4ab7fdfa28b840ad (patch)
treea92cd6e31d1286b5325b650968dc3f122eaad4f9
parent316d1656e3c2e3d23ace8b34426f87472e153fe1 (diff)
downloademacs-2dbd2a5ee18a7b1042b78b1a4ab7fdfa28b840ad.tar.gz
(Fcall_process): Fix previous change.
-rw-r--r--src/callproc.c2
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))