aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKatsumi Yamaoka <[email protected]>2008-06-16 04:55:44 +0000
committerKatsumi Yamaoka <[email protected]>2008-06-16 04:55:44 +0000
commit6409a9558a4215fa71bb0b7cd358f3c0c24d9a23 (patch)
tree60e7d9761234843773ef1fb42f426b6c3e5d55fd /src
parentbebcd7f7ef7724d0dbf1b1372218938383218dea (diff)
(BASE_PURESIZE): Increase to 1230000.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/puresize.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 23b5090bc8..6567cf0036 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-16 Katsumi Yamaoka <[email protected]>
+
+ * puresize.h (BASE_PURESIZE): Increase to 1230000.
+
2008-06-16 Chong Yidong <[email protected]>
* font.c (font_parse_fcname): Correctly parse KEY=VAL values.
diff --git a/src/puresize.h b/src/puresize.h
index 89bb76b2cb..d49a7a0542 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -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. */