From 241c4680c9d79855e7124693b2b1df6699cf2ae7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 13 Nov 2009 10:10:15 +0000 Subject: [PATCH] (SYSTEM_PURESIZE_EXTRA): Revert last change. --- src/ChangeLog | 6 ++++++ src/s/msdos.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5bc83648c22..35296685a65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2009-11-13 Eli Zaretskii + + * menu.c (Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM. + + * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Revert last change. + 2009-11-12 Stefan Monnier * xdisp.c (syms_of_xdisp): Fix typo in last change. diff --git a/src/s/msdos.h b/src/s/msdos.h index fdade5a6029..5ef414c6c18 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -196,7 +196,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ /* We need a little extra space, see ../../lisp/loadup.el and the commentary below, in the non-X branch. The 140KB number was measured on GNU/Linux and on MS-WIndows. */ -#define SYSTEM_PURESIZE_EXTRA (-200000+140000) +#define SYSTEM_PURESIZE_EXTRA (-170000+140000) #define LIBX11_SYSTEM -lxext -lsys #else /* We need a little extra space, see ../../lisp/loadup.el. @@ -208,7 +208,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ directory tree). Given the unknown policy of different DPMI hosts regarding loading of untouched pages, I'm not going to risk enlarging Emacs footprint by another 100+ KBytes. */ -#define SYSTEM_PURESIZE_EXTRA (-200000+65000) +#define SYSTEM_PURESIZE_EXTRA (-170000+65000) #endif /* Tell the garbage collector that setjmp is known to save all -- 2.39.5