summaryrefslogtreecommitdiff
path: root/lisp/disp-table.el
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-11-09 08:06:10 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-11-09 08:06:10 +0000
commitd64f470d22fe1665156067bf51c12ddbe3504b0c (patch)
tree8413d3b387887126310864307cf72a3f3bffee4f /lisp/disp-table.el
parent4630ae320263c04e937af3d27c12e5a9fa538296 (diff)
downloademacs-d64f470d22fe1665156067bf51c12ddbe3504b0c.tar.gz
(standard-display-european): Apply changes previously mentioned but
not applied actually.
Diffstat (limited to 'lisp/disp-table.el')
-rw-r--r--lisp/disp-table.el2
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.