]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1190000.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 17 Nov 2007 18:23:01 +0000 (18:23 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 17 Nov 2007 18:23:01 +0000 (18:23 +0000)
src/ChangeLog
src/puresize.h

index 9c8893fdcdcfa4a070c9a8017a4ecb51b6cc6143..09b004ecefd5da68ce4418f85c50c6f10c3dd8fe 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1190000.
+
 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * buffer.h (struct buffer): Move `undo_list' back to before `name'.
index bf4971a0b5f1abd8de0b2dcf7d5da369e4f93ac5..100721b36cc480c468d47ec4f08517c969804829 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */