From: Juri Linkov Date: Sat, 10 Nov 2007 22:42:06 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 1130000. X-Git-Tag: emacs-pretest-22.1.90~401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d83e029983704d68b3257a678c79916177296271;p=emacs.git (BASE_PURESIZE): Increase to 1130000. --- diff --git a/src/ChangeLog b/src/ChangeLog index cf524729749..b68915784b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-11-10 Juri Linkov + + * puresize.h (BASE_PURESIZE): Increase to 1130000. + 2007-11-10 Stefan Monnier * xdisp.c (load_overlay_strings): Fix copy&paste typo. diff --git a/src/puresize.h b/src/puresize.h index 49cb9b1b387..c6456730075 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 (1120000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */