From d64f470d22fe1665156067bf51c12ddbe3504b0c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Wed, 9 Nov 2005 08:06:10 +0000 Subject: [PATCH] (standard-display-european): Apply changes previously mentioned but not applied actually. --- lisp/disp-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2