]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE): Incremented to 252000.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Jul 1994 01:20:24 +0000 (01:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Jul 1994 01:20:24 +0000 (01:20 +0000)
src/puresize.h

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