changeset 60935:6d43bc1092aa

Undo last change, better done in mule-cmds.el.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 25 Mar 2005 15:42:34 +0000
parents 439d4fa30f21
children 7f534015ddb7
files lisp/term/xterm.el
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/xterm.el	Fri Mar 25 15:41:42 2005 +0000
+++ b/lisp/term/xterm.el	Fri Mar 25 15:42:34 2005 +0000
@@ -246,10 +246,5 @@
 ;; This recomputes all the default faces given the colors we've just set up.
 (tty-set-up-initial-frame-faces)
 
-;; Mac OS X's Terminal.app sets TERM to "xterm-color" and by default uses
-;; utf-8 regardless of the locale.
-(when (equal (getenv "TERM_PROGRAM") "Apple_Terminal")
-  (set-terminal-coding-system 'utf-8))
-
 ;; arch-tag: 12e7ebdd-1e6c-4b25-b0f9-35ace25e855a
 ;;; xterm.el ends here