diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-11-09 08:06:10 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2005-11-09 08:06:10 +0000 |
commit | d64f470d22fe1665156067bf51c12ddbe3504b0c (patch) | |
tree | 8413d3b387887126310864307cf72a3f3bffee4f /lisp | |
parent | 4630ae320263c04e937af3d27c12e5a9fa538296 (diff) | |
download | emacs-d64f470d22fe1665156067bf51c12ddbe3504b0c.tar.gz |
(standard-display-european): Apply changes previously mentioned but
not applied actually.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/disp-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 3c862bcc421..3259b1d2123 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -229,7 +229,7 @@ for users who call this function in `.emacs'." ;; 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. |