# HG changeset patch # User Andrew Choi # Date 1050370182 0 # Node ID 201ff32466bc85e7dc1f5b9419eddb4cc78c2c52 # Parent 7633f45262aeba1978b737b6b42072d5eeb6ce1e * term/mac-win.el: Unconditionally set process-connection-type to nil. diff -r 7633f45262ae -r 201ff32466bc lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 14 23:07:49 2003 +0000 +++ b/lisp/ChangeLog Tue Apr 15 01:29:42 2003 +0000 @@ -1,3 +1,8 @@ +2003-04-14 Andrew Choi + + * term/mac-win.el: Unconditionally set process-connection-type to + nil. + 2003-04-14 Richard M. Stallman * derived.el (define-derived-mode): Make generated code work in @@ -3823,7 +3828,7 @@ Update custom-type of `current-language-environment'. (current-language-environment): Fix custom type. -2002-12-11 Pavel Jan,Bm(Bk +2002-12-11 Pavel Jan,Am(Bk * progmodes/antlr-mode.el (antlr): New URL. diff -r 7633f45262ae -r 201ff32466bc lisp/term/mac-win.el --- a/lisp/term/mac-win.el Mon Apr 14 23:07:49 2003 +0000 +++ b/lisp/term/mac-win.el Tue Apr 15 01:29:42 2003 +0000 @@ -232,11 +232,10 @@ (if (string= default-directory "/") (cd "~")) -(unless (eq system-type 'darwin) - ;; Tell Emacs to use pipes instead of pty's for processes because the - ;; latter sometimes lose characters. Pty support is compiled in since - ;; ange-ftp will not work without it. - (setq process-connection-type nil)) +;; Tell Emacs to use pipes instead of pty's for processes because the +;; latter sometimes lose characters. Pty support is compiled in since +;; ange-ftp will not work without it. +(setq process-connection-type nil) ;; Assume that fonts are always scalable on the Mac. This sometimes ;; results in characters with jagged edges. However, without it,