/[emacs]/emacs/lisp/term.el
ViewVC logotype

Diff of /emacs/lisp/term.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by lektu, Tue Feb 4 12:08:27 2003 UTC revision 1.50 by rms, Fri Aug 29 16:11:53 2003 UTC
# Line 1347  buffer.  The hook term-exec-hook is run Line 1347  buffer.  The hook term-exec-hook is run
1347          (process-connection-type t)          (process-connection-type t)
1348          ;; We should suppress conversion of end-of-line format.          ;; We should suppress conversion of end-of-line format.
1349          (inhibit-eol-conversion t)          (inhibit-eol-conversion t)
1350            ;; inhibit-eol-conversion doesn't seem to do the job, but this does.
1351            (coding-system-for-read 'unknown-unix)
1352          )          )
1353      (apply 'start-process name buffer      (apply 'start-process name buffer
1354             "/bin/sh" "-c"             "/bin/sh" "-c"

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26