Mercurial > emacs
changeset 66685:2263b8f8d80a
(command-line): Don't call tty-register-default-colors on Mac.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 04 Nov 2005 05:36:47 +0000 |
parents | 2621a56eb67c |
children | ca587da00ba1 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.