]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1260000.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 14 Nov 2008 00:17:11 +0000 (00:17 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 14 Nov 2008 00:17:11 +0000 (00:17 +0000)
src/ChangeLog
src/puresize.h

index c96d0fe6c771011b43295b708d4f78a680c17663..2e2c77613d7457155f87ff9098f8930460de8e94 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1260000.
+
 2008-11-12  Michal Nazarewicz  <mina86@tlen.pl>  (tiny change)
 
        * frame.c (x_set_alpha): Set alpha to -1 if nil given.
index c1996011d8a5a32896f354efc4a8f28f8a78f613..ae0e67bb37913cc3b4c4518c7b26e4126732b90e 100644 (file)
@@ -41,7 +41,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1250000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1260000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */