]> code.delx.au - gnu-emacs/commitdiff
(command-line): Don't call tty-register-default-colors on Mac.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 4 Nov 2005 05:37:09 +0000 (05:37 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 4 Nov 2005 05:37:09 +0000 (05:37 +0000)
lisp/ChangeLog
lisp/startup.el

index 1c033509e6b26d68816ee475758c31b7a39a940c..84f90e1ce5abf58c8d71016397e0aebe5cd1092c 100644 (file)
@@ -4,7 +4,8 @@
        previous change.
 
        * startup.el (command-line): Use `custom-reevaluate-setting' for
-       mouse-wheel-down-event and mouse-wheel-up-event.
+       mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
+       tty-register-default-colors on Mac.
 
 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
 
index d63e2b999628a9cd9094d8f5040cd180c471ede1..5e135433a26cfea6a69134c80ec9be5803845358 100644 (file)
@@ -770,7 +770,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
 
   ;; 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.