From: Gerd Moellmann Date: Fri, 26 Nov 1999 15:17:52 +0000 (+0000) Subject: (BASE_PURESIZE): Increase to 550000. X-Git-Tag: emacs-pretest-21.0.90~5964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65a3ccf741a1db499ccd06c79617052a489b9f9c;p=emacs.git (BASE_PURESIZE): Increase to 550000. --- diff --git a/src/ChangeLog b/src/ChangeLog index 98e00fac2ba..9a96272cbcc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 1999-11-26 Gerd Moellmann + * 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 diff --git a/src/puresize.h b/src/puresize.h index 5635907fc3c..0a6806a56a4 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -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. */