+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.
(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,