changeset 52370:d3fa53727e82

(term-exec-1): Bind coding-system-for-read.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Aug 2003 16:11:53 +0000
parents 5e02293b946b
children d6c91e697cdc
files lisp/term.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"