From: Richard M. Stallman Date: Thu, 22 Sep 1994 07:29:02 +0000 (+0000) Subject: (BASE_PURESIZE): Increment both values. X-Git-Tag: emacs-19.34~6854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4efe9929080c33afe292389d6d17a0d1f9ef0c60;p=emacs.git (BASE_PURESIZE): Increment both values. --- diff --git a/src/puresize.h b/src/puresize.h index 388d954ad73..06d2a123230 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE 255000 +#define BASE_PURESIZE 260000 #else -#define BASE_PURESIZE 208000 +#define BASE_PURESIZE 215000 #endif #endif