From: Daniel Colascione Date: Thu, 10 Apr 2014 00:05:34 +0000 (-0700) Subject: Increase BASE_PURESIZE X-Git-Tag: emacs-25.0.90~2612^2~709^2~1074 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb2dcc3567ca762f05b452bb9edd27da33322f70;p=emacs.git Increase BASE_PURESIZE --- diff --git a/src/ChangeLog b/src/ChangeLog index f9da8772973..69bfc4ca074 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-04-10 Daniel Colascione + + * puresize.h (BASE_PURESIZE): Increase. + 2014-04-09 Stefan Monnier * keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local. diff --git a/src/puresize.h b/src/puresize.h index 0ee29d803b4..376b11cf75b 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -40,7 +40,7 @@ along with GNU Emacs. If not, see . */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1800000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */