1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00

(command-line): Don't call tty-register-default-colors on Mac.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-11-04 05:37:09 +00:00
parent 97a7dbeedc
commit 51f47f643c
2 changed files with 3 additions and 2 deletions

View 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>

View 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.