From: Richard M. Stallman Date: Mon, 25 Jul 1994 21:25:02 +0000 (+0000) Subject: (PURESIZE): Increase non-MULTI_FRAME value. X-Git-Tag: emacs-19.34~7519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e307a7b225d9246a769abae7e3e855f274145717;p=emacs.git (PURESIZE): Increase non-MULTI_FRAME value. --- 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