]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE): Reduce to 230000.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Mar 1994 00:35:22 +0000 (00:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Mar 1994 00:35:22 +0000 (00:35 +0000)
src/puresize.h

index 13fc6dc11e04b2da810c5875aefe25be3378df15..170d6873ff7f5364940b4b7c1e81cbbbf1941f68 100644 (file)
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 240000
+#define PURESIZE 230000
 #else
 #define PURESIZE 190000
 #endif