]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE) [MULTI_FRAME]: Increase to 232000.
authorKarl Heuer <kwzh@gnu.org>
Sun, 1 May 1994 02:08:50 +0000 (02:08 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 1 May 1994 02:08:50 +0000 (02:08 +0000)
src/puresize.h

index c194ca7e22dfad62cbe6b5a35776ebdbda2ecedc..e8661cd0a6c7cc2a5e0fa0ea926e976cba78c813 100644 (file)
@@ -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 232000
 #else
 #define PURESIZE 200000
 #endif