]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increment to 1190000.
authorKenichi Handa <handa@m17n.org>
Fri, 20 Jan 2006 07:06:51 +0000 (07:06 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 20 Jan 2006 07:06:51 +0000 (07:06 +0000)
src/ChangeLog
src/puresize.h

index cabf73c908822e057b621db7ad1240c186fe4892..276ee336537601999c51ae166ab1665eef3436d6 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-20  Kenichi Handa  <handa@m17n.org>
+
+       * puresize.h (BASE_PURESIZE): Increment to 1190000.
+
 2006-01-19  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (get_window_cursor_type): Use cursor type specified by
index f82c705265b3937e115d6fb60fca93398377676c..e46ca103d7d26fa3dc9d4d5a5e57487adc6ea720 100644 (file)
@@ -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.  */