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 f9da877..69bfc4c 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 0ee29d8..376b11c 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.  */