From: Richard M. Stallman Date: Sun, 24 Jul 1994 01:20:24 +0000 (+0000) Subject: (PURESIZE): Incremented to 252000. X-Git-Tag: emacs-19.34~7541 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd6446282dadab417844013d255d326c404b9533;p=emacs.git (PURESIZE): Incremented to 252000. --- diff --git a/src/puresize.h b/src/puresize.h index b270f870114..8c38f99798a 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 250000 +#define PURESIZE 252000 #else #define PURESIZE 205000 #endif