aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-13 08:18:10 +0000
committerRichard M. Stallman1994-10-13 08:18:10 +0000
commitd184839e4ee431c1c9a9074abad77dd49f7dbeb0 (patch)
tree534677e1bd80e9accfd6e9791e78c1e255926ac7 /src
parentd8a1aa6eca85a6b6de661ba17532e38bf84141a9 (diff)
downloademacs-d184839e4ee431c1c9a9074abad77dd49f7dbeb0.tar.gz
emacs-d184839e4ee431c1c9a9074abad77dd49f7dbeb0.zip
(BASE_PURESIZE): Incremented.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h
index 06d2a123230..d7a30f3821a 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -31,9 +31,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
31 31
32#ifndef BASE_PURESIZE 32#ifndef BASE_PURESIZE
33#ifdef MULTI_FRAME 33#ifdef MULTI_FRAME
34#define BASE_PURESIZE 260000 34#define BASE_PURESIZE 265000
35#else 35#else
36#define BASE_PURESIZE 215000 36#define BASE_PURESIZE 220000
37#endif 37#endif
38#endif 38#endif
39 39