Stop pretending we're running commands in a PTY, so that they stop trying to be smart with progress indication.

This commit is contained in:
Dimitri Fontaine 2010-09-06 10:28:56 +02:00
parent f562e08348
commit 9a2e650776

View File

@ -376,6 +376,7 @@ Any other property will get put into the process object.
(file-name-as-directory
(expand-file-name cdir))
default-directory))
(process-connection-type nil) ; pipe, don't pretend we're a pty
(proc (apply startf cname cbuf program args)))
;; add the properties to the process, then set the sentinel