From: Richard M. Stallman Date: Thu, 13 Oct 1994 08:18:10 +0000 (+0000) Subject: (BASE_PURESIZE): Incremented. X-Git-Tag: emacs-19.34~6340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d184839e4ee431c1c9a9074abad77dd49f7dbeb0;p=emacs.git (BASE_PURESIZE): Incremented. --- diff --git a/src/puresize.h b/src/puresize.h index 06d2a123230..d7a30f3821a 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 260000 +#define BASE_PURESIZE 265000 #else -#define BASE_PURESIZE 215000 +#define BASE_PURESIZE 220000 #endif #endif