]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1200000.
authorAndreas Schwab <schwab@suse.de>
Sun, 27 Apr 2008 10:21:48 +0000 (10:21 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 27 Apr 2008 10:21:48 +0000 (10:21 +0000)
src/ChangeLog
src/puresize.h

index bac042754555a9d29c15685ee3d3be86a9e282d0..bd210d9f72f336c3fa528ef91b2511ff6e14090d 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-27  Andreas Schwab  <schwab@suse.de>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1200000.
+
 2008-04-26  Eli Zaretskii  <eliz@gnu.org>
 
        * dired.c (Ffile_attributes) [WINDOWSNT]: Undo change from
index 26435f39a778c3ac324024ed3aa02478f90acf63..4fdd44a903e8d897d3679c7f15534b75197d618d 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */