From: Richard M. Stallman Date: Sun, 13 Mar 1994 00:35:22 +0000 (+0000) Subject: (PURESIZE): Reduce to 230000. X-Git-Tag: emacs-19.34~9535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f1111aa5a115a02104d8b2a553714e184cc6eca;p=emacs.git (PURESIZE): Reduce to 230000. --- 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