aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2007-05-19 23:12:46 +0000
committerDan Nicolaescu2007-05-19 23:12:46 +0000
commitcaf49fb0438e9493456b59cf9eab845e0e568e2a (patch)
treec9979007c35f2c096b6e96632d8f79d4c2e0c2e2 /src/s
parent80ca7302d820bd3460a06db39165bbc35144c684 (diff)
downloademacs-caf49fb0438e9493456b59cf9eab845e0e568e2a.tar.gz
emacs-caf49fb0438e9493456b59cf9eab845e0e568e2a.zip
* 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 'src/s')
-rw-r--r--src/s/darwin.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 72ed8964a7d..2cc6ef1cdf1 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -50,12 +50,10 @@ Boston, MA 02110-1301, USA. */
50#ifdef MAC_OSX 50#ifdef MAC_OSX
51#ifdef HAVE_CARBON 51#ifdef HAVE_CARBON
52#define MAC_OS 52#define MAC_OS
53#endif
54#endif
55
56/* We need a little extra space, see ../../lisp/loadup.el. */ 53/* We need a little extra space, see ../../lisp/loadup.el. */
57#define SYSTEM_PURESIZE_EXTRA 30000 54#define SYSTEM_PURESIZE_EXTRA 30000
58 55#endif
56#endif
59 57
60/* SYSTEM_TYPE should indicate the kind of system you are using. 58/* SYSTEM_TYPE should indicate the kind of system you are using.
61 It sets the Lisp variable system-type. */ 59 It sets the Lisp variable system-type. */