summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-22 07:29:02 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-22 07:29:02 +0000
commitdbe7e0ff633b1ecca50eb879fcaa9b40b5d6e907 (patch)
tree3f94d044e7ff10b4b9eba3d85ea64f8e513384f9 /src/puresize.h
parent29261e598bb1bd505da4c5496c128b6ca979f0dc (diff)
downloademacs-dbe7e0ff633b1ecca50eb879fcaa9b40b5d6e907.tar.gz
(BASE_PURESIZE): Increment both values.
Diffstat (limited to 'src/puresize.h')
-rw-r--r--src/puresize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 388d954ad73..06d2a123230 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef BASE_PURESIZE
#ifdef MULTI_FRAME
-#define BASE_PURESIZE 255000
+#define BASE_PURESIZE 260000
#else
-#define BASE_PURESIZE 208000
+#define BASE_PURESIZE 215000
#endif
#endif