From: Richard M. Stallman Date: Sat, 7 May 1994 05:22:50 +0000 (+0000) Subject: (PURESIZE): Increase to 205000. X-Git-Tag: emacs-19.34~8461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6803ec2a28d09e22f4b8974ed65c4d08202fd9ce;p=emacs.git (PURESIZE): Increase to 205000. --- diff --git a/src/puresize.h b/src/puresize.h index 875ffd0ee90..c786070372b 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 235000 #else -#define PURESIZE 200000 +#define PURESIZE 205000 #endif #endif