]> git.eshelyaron.com Git - emacs.git/commitdiff
[MULTI_FRAME]: Increase PURESIZE to 220000.
authorRoland McGrath <roland@gnu.org>
Sat, 25 Sep 1993 22:46:34 +0000 (22:46 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 25 Sep 1993 22:46:34 +0000 (22:46 +0000)
src/puresize.h

index 3ca41582199f6dbf0deaa4542fa9cddc337f4c80..6a3d7ce8afa1ae954c19962113de21b836a4487c 100644 (file)
@@ -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