From: Glenn Morris Date: Wed, 25 Jun 2014 19:18:49 +0000 (-0400) Subject: * src/puresize.h (BASE_PURESIZE): Bump by another 1K. X-Git-Tag: emacs-24.3.92~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e147461d406b00eb9b0281d35cf512e7a69f6601;p=emacs.git * src/puresize.h (BASE_PURESIZE): Bump by another 1K. Fixes: debbugs:17846 --- diff --git a/src/ChangeLog b/src/ChangeLog index cd82e91c2dd..d5da7f7aa5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2014-06-25 Glenn Morris + + * puresize.h (BASE_PURESIZE): Bump by another 1K. (Bug#17846) + 2014-06-21 Eli Zaretskii * indent.c (Fvertical_motion): Doc fix. diff --git a/src/puresize.h b/src/puresize.h index 1371fb3cea2..43a4d8c5c6a 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 (1701000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1702000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */