summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-05-19 23:12:46 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-05-19 23:12:46 +0000
commitcaf49fb0438e9493456b59cf9eab845e0e568e2a (patch)
treec9979007c35f2c096b6e96632d8f79d4c2e0c2e2 /lib-src/emacsclient.c
parent80ca7302d820bd3460a06db39165bbc35144c684 (diff)
downloademacs-caf49fb0438e9493456b59cf9eab845e0e568e2a.tar.gz
* loadup.el: Load mac-win on a Mac. Avoid loading both x-win and
mac-win. * term/mac-win.el: (mac-initialize-window-system): New function. Move global setup here. * s/darwin.h (SYSTEM_PURESIZE_EXTRA): Define here. (SYSTEM_PURESIZE_EXTRA): Only define on Carbon. * emacsclient.c (decode_options): Don't use a tty on mac carbon.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index c7c2f00c326..8e8cb9b379a 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -458,7 +458,7 @@ decode_options (argc, argv)
if (!tty && display)
window_system = 1;
-#ifndef WINDOWSNT
+#if !defined (WINDOWSNT) && !defined (HAVE_CARBON)
else
tty = 1;
#endif