Mercurial > emacs
changeset 12289:593c580a99a1
[MULTI_FRAME] (BASE_PURESIZE): Increase to 315000.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Jun 1995 01:48:41 +0000 |
parents | 36d3bd1212de |
children | 99ffac67fb53 |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Fri Jun 16 23:28:57 1995 +0000 +++ b/src/puresize.h Sat Jun 17 01:48:41 1995 +0000 @@ -38,7 +38,7 @@ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (310000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (315000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (240000 + SYSTEM_PURESIZE_EXTRA) #endif