]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE) [MULTI_FRAME]: Increased to 250000.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 1994 00:23:33 +0000 (00:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Jul 1994 00:23:33 +0000 (00:23 +0000)
src/puresize.h

index c786070372b456a8765d0b1579824140cd3a655a..b270f8701147ed36fee0dad7a93e9edbc6864550 100644 (file)
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 235000
+#define PURESIZE 250000
 #else
 #define PURESIZE 205000
 #endif