]> code.delx.au - gnu-emacs/commitdiff
(BASE_PURESIZE): Increment to 1210000.
authorRomain Francoise <romain@orebokech.com>
Sat, 15 Apr 2006 17:53:32 +0000 (17:53 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 15 Apr 2006 17:53:32 +0000 (17:53 +0000)
lisp/ChangeLog
src/ChangeLog
src/puresize.h

index d10c3ad3334ebad852f468c6507ece0afc16dae0..547e4663d51a7c6ba7fb6c9a8d5110d75ad7c8d1 100644 (file)
@@ -1,7 +1,7 @@
 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * 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  <monnier@iro.umontreal.ca>
 
index 5b62e1ae268f467ad760e0d095cce5cd0485eb22..b7b0c5bbc5b29d3d6a391db91416fedcc8bedd56 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-15  Romain Francoise  <romain@orebokech.com>
+
+       * puresize.h (BASE_PURESIZE): Increment to 1210000.
+
 2006-04-13  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
 
        * print.c (Fprin1_to_string): Mention in the `doc' that the
index 7d0e868b8aa5db08bf5275752ca9ab27abf0c9da..c89ba6b047919e8a690271ca5603292a1ebd7b94 100644 (file)
@@ -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.  */