diff lisp/term/mac-win.el @ 50596:201ff32466bc

* term/mac-win.el: Unconditionally set process-connection-type to nil.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 15 Apr 2003 01:29:42 +0000
parents 5742fd7a94a7
children b160887e424c
line wrap: on
line diff
--- 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,