From: Kenichi Handa Date: Fri, 20 Jan 2006 07:06:51 +0000 (+0000) Subject: (BASE_PURESIZE): Increment to 1190000. X-Git-Tag: emacs-pretest-22.0.90~4664 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef8beec687a03b59404c20e94ab3020e06046a70;p=emacs.git (BASE_PURESIZE): Increment to 1190000. --- diff --git a/src/ChangeLog b/src/ChangeLog index cabf73c9088..276ee336537 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-01-20 Kenichi Handa + + * puresize.h (BASE_PURESIZE): Increment to 1190000. + 2006-01-19 Chong Yidong * xdisp.c (get_window_cursor_type): Use cursor type specified by diff --git a/src/puresize.h b/src/puresize.h index f82c705265b..e46ca103d7d 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */