]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard-display-european): Apply changes previously mentioned but
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 9 Nov 2005 08:06:10 +0000 (08:06 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 9 Nov 2005 08:06:10 +0000 (08:06 +0000)
not applied actually.

lisp/disp-table.el

index 3c862bcc421063ed7f37972536733b67a37317bc..3259b1d21235d69b2870eb29a3c0559732721e3c 100644 (file)
@@ -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.