]> code.delx.au - gnu-emacs/commitdiff
Increase BASE_PURESIZE
authorDaniel Colascione <dancol@dancol.org>
Thu, 10 Apr 2014 00:05:34 +0000 (17:05 -0700)
committerDaniel Colascione <dancol@dancol.org>
Thu, 10 Apr 2014 00:05:34 +0000 (17:05 -0700)
src/ChangeLog
src/puresize.h

index f9da8772973709691b75ab3e94da739e65205d4d..69bfc4ca074e7ebf5ff73fdc8d14bef0b3abd097 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-10  Daniel Colascione  <dancol@dancol.org>
+
+       * puresize.h (BASE_PURESIZE): Increase.
+
 2014-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local.
index 0ee29d803b496dce3ac51cad71166dab3e0bb318..376b11cf75b39cab5d426cead5bc9f99bb219121 100644 (file)
@@ -40,7 +40,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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.  */