changeset 66760:5aeef369b96e

(standard-display-european): Apply changes previously mentioned but not applied actually.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 09 Nov 2005 08:06:10 +0000
parents 7d9175e1e72c
children ca19d1d30878
files lisp/disp-table.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/disp-table.el	Wed Nov 09 07:52:13 2005 +0000
+++ b/lisp/disp-table.el	Wed Nov 09 08:06:10 2005 +0000
@@ -229,7 +229,7 @@
     ;; unless some other has been specified.
     (if (equal current-language-environment "English")
 	(set-language-environment "latin-1"))
-    (unless (or noninteractive (memq window-system '(x w32)))
+    (unless (or noninteractive (memq window-system '(x w32 mac)))
       ;; Send those codes literally to a character-based terminal.
       ;; If we are using single-byte characters,
       ;; it doesn't matter which coding system we use.