emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/term.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Fri, 29 Aug 2003 12:11:53 -0400

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.49 emacs/lisp/term.el:1.50
*** emacs/lisp/term.el:1.49     Tue Feb  4 07:08:27 2003
--- emacs/lisp/term.el  Fri Aug 29 12:11:53 2003
***************
*** 1347,1352 ****
--- 1347,1354 ----
        (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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]