diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-24 16:42:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-24 16:42:33 +0000 |
commit | 3d1d4b3ede53c5f6dd19f655b2c6d0afed4d993f (patch) | |
tree | ea22a2ebd0442d2a5c7d4283307ead9f8f769df1 /src/puresize.h | |
parent | baedcceb78cce9cc51510277d09b6a37e9c62592 (diff) | |
download | emacs-3d1d4b3ede53c5f6dd19f655b2c6d0afed4d993f.tar.gz |
(BASE_PURESIZE): Incremented by 20k.
Diffstat (limited to 'src/puresize.h')
-rw-r--r-- | src/puresize.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/puresize.h b/src/puresize.h index 91dc148efd4..d30894e88d3 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -38,9 +38,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA) #else -#define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif #endif |