1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

(Fcall_process): Fix previous change.

This commit is contained in:
Richard M. Stallman 1996-06-21 15:30:28 +00:00
parent 9cf30a30a8
commit a9d4f28a2b

View File

@ -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))