From: Romain Francoise Date: Sat, 15 Apr 2006 17:53:32 +0000 (+0000) Subject: (BASE_PURESIZE): Increment to 1210000. X-Git-Tag: emacs-pretest-22.0.90~3131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f70a96b051799f0543270604c902996a31037c5f;p=emacs.git (BASE_PURESIZE): Increment to 1210000. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d10c3ad3334..547e4663d51 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2006-04-15 Roland Winkler * calendar/appt.el (appt-add): Check whether an appointment is - already present in appt-time-msg-list. Simplify code. + already present in appt-time-msg-list. Simplify code. 2006-04-14 Stefan Monnier diff --git a/src/ChangeLog b/src/ChangeLog index 5b62e1ae268..b7b0c5bbc5b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-04-15 Romain Francoise + + * puresize.h (BASE_PURESIZE): Increment to 1210000. + 2006-04-13 Micha,Ak(Bl Cadilhac (tiny change) * print.c (Fprin1_to_string): Mention in the `doc' that the diff --git a/src/puresize.h b/src/puresize.h index 7d0e868b8aa..c89ba6b0479 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1210000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */