From d184839e4ee431c1c9a9074abad77dd49f7dbeb0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Oct 1994 08:18:10 +0000 Subject: [PATCH] (BASE_PURESIZE): Incremented. --- src/puresize.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5