aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-21 15:30:28 +0000
committerRichard M. Stallman1996-06-21 15:30:28 +0000
commita9d4f28a2bf1e8f962471ab6fc79091a7059dbb8 (patch)
tree5fd2ecde8c5aaf5beba6b88c654f37f65fa0e9cf /src
parent9cf30a30a8315fd59898e78fa8cdd1bf2fa93a78 (diff)
downloademacs-a9d4f28a2bf1e8f962471ab6fc79091a7059dbb8.tar.gz
emacs-a9d4f28a2bf1e8f962471ab6fc79091a7059dbb8.zip
(Fcall_process): Fix previous change.
Diffstat (limited to 'src')
-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.")
246 { 246 {
247 if (CONSP (XCONS (buffer)->cdr)) 247 if (CONSP (XCONS (buffer)->cdr))
248 { 248 {
249 Lisp_Object file_for_stderr; 249 Lisp_Object stderr_file;
250 stderr_file = XCONS (XCONS (buffer)->cdr)->car; 250 stderr_file = XCONS (XCONS (buffer)->cdr)->car;
251 251
252 if (NILP (stderr_file) || EQ (Qt, stderr_file)) 252 if (NILP (stderr_file) || EQ (Qt, stderr_file))