# HG changeset patch # User Richard M. Stallman # Date 1062173513 0 # Node ID d3fa53727e82e607a03756d0ba10c356d49f845e # Parent 5e02293b946b574847d78654f7e9c008f77fc975 (term-exec-1): Bind coding-system-for-read. diff -r 5e02293b946b -r d3fa53727e82 lisp/term.el --- a/lisp/term.el Fri Aug 29 16:10:45 2003 +0000 +++ b/lisp/term.el Fri Aug 29 16:11:53 2003 +0000 @@ -1347,6 +1347,8 @@ (process-connection-type t) ;; We should suppress conversion of end-of-line format. (inhibit-eol-conversion t) + ;; inhibit-eol-conversion doesn't seem to do the job, but this does. + (coding-system-for-read 'unknown-unix) ) (apply 'start-process name buffer "/bin/sh" "-c"