From: Richard M. Stallman Date: Sat, 7 May 1994 02:26:40 +0000 (+0000) Subject: (PURESIZE): Increase to 235000. X-Git-Tag: emacs-19.34~8467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21f4aec6915b5543b6630f7deda6b065aae919df;p=emacs.git (PURESIZE): Increase to 235000. --- diff --git a/src/puresize.h b/src/puresize.h index e8661cd0a6c..875ffd0ee90 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 232000 +#define PURESIZE 235000 #else #define PURESIZE 200000 #endif