]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE): Increment to 240000.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Mar 1994 06:25:56 +0000 (06:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Mar 1994 06:25:56 +0000 (06:25 +0000)
src/puresize.h

index 170d6873ff7f5364940b4b7c1e81cbbbf1941f68..13fc6dc11e04b2da810c5875aefe25be3378df15 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 240000
 #else
 #define PURESIZE 190000
 #endif