From: Richard M. Stallman Date: Sat, 24 Dec 1994 16:42:33 +0000 (+0000) Subject: (BASE_PURESIZE): Incremented by 20k. X-Git-Tag: emacs-19.34~5619 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9fd42adaec15948dd834631c11c95198ffd248d;p=emacs.git (BASE_PURESIZE): Incremented by 20k. --- diff --git a/src/puresize.h b/src/puresize.h index 91dc148efd4..d30894e88d3 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -38,9 +38,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA) #else -#define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif #endif