Mercurial > emacs
changeset 11216:49b437fefafd
(BASE_PURESIZE): Increment to 310000.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Apr 1995 08:11:31 +0000 |
parents | 896932ac8ced |
children | f634aecca4a4 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Thu Apr 06 08:00:00 1995 +0000 +++ b/src/puresize.h Thu Apr 06 08:11:31 1995 +0000 @@ -38,7 +38,7 @@ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (295000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (310000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif