From: Richard M. Stallman Date: Thu, 10 Mar 1994 06:25:56 +0000 (+0000) Subject: (PURESIZE): Increment to 240000. X-Git-Tag: emacs-19.34~9569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=845ca0c85308e6561a4c579ee161d5016d3f634a;p=emacs.git (PURESIZE): Increment to 240000. --- diff --git a/src/puresize.h b/src/puresize.h index 170d6873ff7..13fc6dc11e0 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 230000 +#define PURESIZE 240000 #else #define PURESIZE 190000 #endif