Mercurial > emacs
changeset 9755:705684b6f2a4
(BASE_PURESIZE): Increment MULTI_FRAME value.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Oct 1994 20:12:53 +0000 |
parents | 7e9b8823755b |
children | bd5dc931e46e |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Sun Oct 30 20:05:58 1994 +0000 +++ b/src/puresize.h Sun Oct 30 20:12:53 1994 +0000 @@ -38,7 +38,7 @@ #ifndef BASE_PURESIZE #ifdef MULTI_FRAME -#define BASE_PURESIZE (265000 + SYSTEM_PURESIZE_EXTRA) +#define BASE_PURESIZE (275000 + SYSTEM_PURESIZE_EXTRA) #else #define BASE_PURESIZE (220000 + SYSTEM_PURESIZE_EXTRA) #endif