summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-25 21:25:02 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-25 21:25:02 +0000
commite307a7b225d9246a769abae7e3e855f274145717 (patch)
tree66ffbf4c11f6ba7f40a88bcf4056cb16d5e683b0
parent316506b2f1863c795fa356ab53c9060370f4c066 (diff)
downloademacs-e307a7b225d9246a769abae7e3e855f274145717.tar.gz
(PURESIZE): Increase non-MULTI_FRAME value.
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 8c38f99798a..c5962067225 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef MULTI_FRAME
#define PURESIZE 252000
#else
-#define PURESIZE 205000
+#define PURESIZE 208000
#endif
#endif