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:
parent
9cf30a30a8
commit
a9d4f28a2b
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user