From: Eli Zaretskii Date: Mon, 29 Jun 1998 13:32:48 +0000 (+0000) Subject: (Fcall_process) [! subprocesses]: Balance parentheses in an if clause. X-Git-Tag: emacs-20.3~440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09ffb8b54395974807c8475391f478d3f950a720;p=emacs.git (Fcall_process) [! subprocesses]: Balance parentheses in an if clause. --- diff --git a/src/callproc.c b/src/callproc.c index a76db5ba4b1..cbc58c01cfa 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -228,7 +228,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.") #ifndef subprocesses /* Without asynchronous processes we cannot have BUFFER == 0. */ if (nargs >= 3 - && (INTEGERP (CONSP (args[2]) ? XCAR (args[2]) : args[2]) + && (INTEGERP (CONSP (args[2]) ? XCAR (args[2]) : args[2]))) error ("Operating system cannot handle asynchronous subprocesses"); #endif /* subprocesses */