]> git.eshelyaron.com Git - emacs.git/commit
(Fcall_process) [MSDOS]:
authorMiles Bader <miles@gnu.org>
Sat, 6 Jul 1996 20:02:39 +0000 (20:02 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 6 Jul 1996 20:02:39 +0000 (20:02 +0000)
commit6f89d28ab449805db76410c551f1b945e5f03c94
tree377a8992b2ea2caa3725403d82fe3c52e18f20e8
parentf3e9aa2d38949cb99027e0400eaaf07dba3607f6
(Fcall_process) [MSDOS]:
  Initialize fd[0]; unlink `tempfile' in case of errors.
  Make the `tempfile' parameter passed to `report_file_error' be a Lisp string.
(Fcall_process):
  When fd_error is negative, don't close fd[0] if it's same as filefd.
  If stderr is redirected to NULL_DEVICE, make `report_file_error' print the
  name of device.  Make the arguments a cons cell.
src/callproc.c