summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-11 00:23:33 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-11 00:23:33 +0000
commitbbca98bb2354d91f86a1f040b059db71fb7f9dbb (patch)
tree1e33979d3c90cb1eb26c136a9e8fe1172c2fcdd5 /src/puresize.h
parenta6125773781e6235ae9e2629371a5e0abb09fac0 (diff)
downloademacs-bbca98bb2354d91f86a1f040b059db71fb7f9dbb.tar.gz
(PURESIZE) [MULTI_FRAME]: Increased to 250000.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h
index c786070372b..b270f870114 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef PURESIZE
#ifdef MULTI_FRAME
-#define PURESIZE 235000
+#define PURESIZE 250000
#else
#define PURESIZE 205000
#endif