From 9faf445e471fbae60185c5e9e5bfd6411918718b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Aug 1994 03:57:21 +0000 Subject: [PATCH] [MULTI_FRAME] (PURESIZE): Increased. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index c5962067225..0391bc380b8 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef PURESIZE #ifdef MULTI_FRAME -#define PURESIZE 252000 +#define PURESIZE 255000 #else #define PURESIZE 208000 #endif -- 2.39.5