diff options
| author | Richard M. Stallman | 1996-06-21 15:30:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-21 15:30:28 +0000 |
| commit | a9d4f28a2bf1e8f962471ab6fc79091a7059dbb8 (patch) | |
| tree | 5fd2ecde8c5aaf5beba6b88c654f37f65fa0e9cf /src | |
| parent | 9cf30a30a8315fd59898e78fa8cdd1bf2fa93a78 (diff) | |
| download | emacs-a9d4f28a2bf1e8f962471ab6fc79091a7059dbb8.tar.gz emacs-a9d4f28a2bf1e8f962471ab6fc79091a7059dbb8.zip | |
(Fcall_process): Fix previous change.
Diffstat (limited to 'src')
| -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.") | |||
| 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)) |