]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase to 1230000.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 16 Jun 2008 04:55:44 +0000 (04:55 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 16 Jun 2008 04:55:44 +0000 (04:55 +0000)
src/ChangeLog
src/puresize.h

index 23b5090bc8a1787c3aed1e3d8105920b386848f5..6567cf003625db116a86fc4da04b58577afb29dd 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * puresize.h (BASE_PURESIZE): Increase to 1230000.
+
 2008-06-16  Chong Yidong  <cyd@stupidchicken.com>
 
        * font.c (font_parse_fcname): Correctly parse KEY=VAL values.
index 89bb76b2cb94fabeceb415e4a5b312d3f29c967c..d49a7a0542dec3e52e3ce8a3f773d0f751263724 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 (1220000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1230000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */