From: Eli Zaretskii Date: Sat, 22 Apr 2006 10:14:19 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1205000. X-Git-Tag: emacs-pretest-22.0.90~2986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3705332d34464ebeb3774049b79f5ce96ee879bb;p=emacs.git (BASE_PURESIZE): Increase to 1205000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7570d5c38ed..9f883ce6a95 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-04-22 Eli Zaretskii + + * puresize.h (BASE_PURESIZE): Increase to 1205000. + 2006-04-21 Kim F. Storm * xdisp.c (redisplay_window): Fix last change. Don't recenter if diff --git a/src/puresize.h b/src/puresize.h index fa73736bc43..1288feff151 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1205000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */