Mercurial > emacs
changeset 20153:7ebe9039c4f9
(term-exec-1): Bind inhibit-eol-conversion to t before
calling start-process.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 23 Oct 1997 12:03:07 +0000 |
parents | 9a3343c36e83 |
children | d0550e30957c |
files | lisp/term.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term.el Thu Oct 23 12:01:50 1997 +0000 +++ b/lisp/term.el Thu Oct 23 12:03:07 1997 +0000 @@ -1432,7 +1432,10 @@ (format "LINES=%d" term-height) (format "COLUMNS=%d" term-width)) process-environment)) - (process-connection-type t)) + (process-connection-type t) + ;; We should suppress conversion of end-of-line format. + (inhibit-eol-conversion t) + ) (apply 'start-process name buffer "/bin/sh" "-c" (format "stty -nl echo rows %d columns %d sane 2>/dev/null;\