# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1131082607 0 # Node ID 2263b8f8d80a16749c8a98d448f05207829d4980 # Parent 2621a56eb67ca6f9be1e36d9930e85c96ddea871 (command-line): Don't call tty-register-default-colors on Mac. diff -r 2621a56eb67c -r 2263b8f8d80a lisp/startup.el --- a/lisp/startup.el Fri Nov 04 02:16:14 2005 +0000 +++ b/lisp/startup.el Fri Nov 04 05:36:47 2005 +0000 @@ -770,7 +770,7 @@ ;; Register default TTY colors for the case the terminal hasn't a ;; terminal init file. - (unless (memq window-system '(x w32)) + (unless (memq window-system '(x w32 mac)) ;; We do this regardles of whether the terminal supports colors ;; or not, since they can switch that support on or off in ;; mid-session by setting the tty-color-mode frame parameter.