]> git.eshelyaron.com Git - emacs.git/commitdiff
* term/mac-win.el: Unconditionally set process-connection-type to nil.
authorAndrew Choi <akochoi@shaw.ca>
Tue, 15 Apr 2003 01:29:42 +0000 (01:29 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Tue, 15 Apr 2003 01:29:42 +0000 (01:29 +0000)
lisp/ChangeLog
lisp/term/mac-win.el

index 9fd465457ebc066108319e9992c36304830317c0..a84f61b73f36f6f5c363374701596c4cbde161dc 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-14  Andrew Choi  <akochoi@shaw.ca>
+
+       * term/mac-win.el: Unconditionally set process-connection-type to
+       nil.
+
 2003-04-14  Richard M. Stallman  <rms@gnu.org>
 
        * derived.el (define-derived-mode): Make generated code work in
        Update custom-type of `current-language-environment'.
        (current-language-environment): Fix custom type.
 
-2002-12-11  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2002-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
        * progmodes/antlr-mode.el (antlr): New URL.
 
index 2b66679e39ee536d1512fb89187b5014af73dba6..ecc7db8d7a2b3e52632874d15d2dd7764af81af7 100644 (file)
@@ -232,11 +232,10 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman")
 (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,