From: Roland McGrath Date: Sat, 25 Sep 1993 22:46:34 +0000 (+0000) Subject: [MULTI_FRAME]: Increase PURESIZE to 220000. X-Git-Tag: emacs-19.34~11064 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0eb26f89e71273552723367994450413c2bb6909;p=emacs.git [MULTI_FRAME]: Increase PURESIZE to 220000. --- diff --git a/src/puresize.h b/src/puresize.h index 3ca41582199..6a3d7ce8afa 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 210000 +#define PURESIZE 220000 #else #define PURESIZE 190000 #endif