From e307a7b225d9246a769abae7e3e855f274145717 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Jul 1994 21:25:02 +0000 Subject: [PATCH] (PURESIZE): Increase non-MULTI_FRAME value. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index 8c38f99798a..c5962067225 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef MULTI_FRAME #define PURESIZE 252000 #else -#define PURESIZE 205000 +#define PURESIZE 208000 #endif #endif -- 2.39.5