From 6f1111aa5a115a02104d8b2a553714e184cc6eca Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 13 Mar 1994 00:35:22 +0000 Subject: [PATCH] (PURESIZE): Reduce to 230000. --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index 13fc6dc11e0..170d6873ff7 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 240000 +#define PURESIZE 230000 #else #define PURESIZE 190000 #endif -- 2.39.5