]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 550000.
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Nov 1999 15:17:52 +0000 (15:17 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Nov 1999 15:17:52 +0000 (15:17 +0000)
src/ChangeLog
src/puresize.h

index 98e00fac2ba84bf84a2f7eb20ad0b2cc0b0ce428..9a96272cbcc73ffb430f9cde11a53e64ae028c1d 100644 (file)
@@ -1,5 +1,7 @@
 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
 
+       * puresize.h (BASE_PURESIZE): Increase to 550000.
+
        * textprop.c (set_text_properties): New function.  Like
        Fset_text_properties, but with additional parameter
        SIGNAL_AFTER_CHANGE_P.  If that is nil, don't signal after
index 5635907fc3cb0c3dfdd253fa83795ed283d4ffbd..0a6806a56a45028c2b5c5cf4639ce1f19f9248d2 100644 (file)
@@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (550000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */