From: Kenichi Handa Date: Thu, 22 May 2008 12:27:44 +0000 (+0000) Subject: (BASE_PURESIZE): Increaed to 1220000. X-Git-Tag: emacs-pretest-23.0.90~5361 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=955b979c001e116d1443c6e2781d57caf59b4b99;p=emacs.git (BASE_PURESIZE): Increaed to 1220000. --- diff --git a/src/ChangeLog b/src/ChangeLog index f9ed2746df3..fbee97e3356 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-05-22 Kenichi Handa + * puresize.h (BASE_PURESIZE): Increaed to 1220000. + * font.c (font_prop_validate_style): Adjusted for the format change of font_style_table. diff --git a/src/puresize.h b/src/puresize.h index 30b5a819299..89bb76b2cb9 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see . */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */