# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1131523570 0 # Node ID 5aeef369b96e185e8b1de60fcc5ceb0397377227 # Parent 7d9175e1e72c81fb295e57ce0a001f6bcb6f409f (standard-display-european): Apply changes previously mentioned but not applied actually. diff -r 7d9175e1e72c -r 5aeef369b96e lisp/disp-table.el --- 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.