]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE): Increase to 235000.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 May 1994 02:26:40 +0000 (02:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 May 1994 02:26:40 +0000 (02:26 +0000)
src/puresize.h

index e8661cd0a6c7cc2a5e0fa0ea926e976cba78c813..875ffd0ee90844f57e076d2c5a227e01ac733068 100644 (file)
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef PURESIZE
 #ifdef MULTI_FRAME
-#define PURESIZE 232000
+#define PURESIZE 235000
 #else
 #define PURESIZE 200000
 #endif