Mercurial > emacs
changeset 35910:4e0463501485
Revert last change following loadup.el change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 05 Feb 2001 17:41:40 +0000 |
parents | 4c31bd3a5593 |
children | 3fac267ebbba |
files | src/puresize.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/puresize.h Mon Feb 05 17:38:20 2001 +0000 +++ b/src/puresize.h Mon Feb 05 17:41:40 2001 +0000 @@ -42,7 +42,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (720000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */