aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2006-01-20 07:06:51 +0000
committerKenichi Handa2006-01-20 07:06:51 +0000
commitef8beec687a03b59404c20e94ab3020e06046a70 (patch)
tree549d8f646f53ccfb2d58382912584854eaa25e0e /src
parentc897e76f7bd2ff28f6b6ca5f6e2ef9f7517e327e (diff)
downloademacs-ef8beec687a03b59404c20e94ab3020e06046a70.tar.gz
emacs-ef8beec687a03b59404c20e94ab3020e06046a70.zip
(BASE_PURESIZE): Increment to 1190000.
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 cabf73c9088..276ee336537 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12006-01-20 Kenichi Handa <handa@m17n.org>
2
3 * puresize.h (BASE_PURESIZE): Increment to 1190000.
4
12006-01-19 Chong Yidong <cyd@stupidchicken.com> 52006-01-19 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * xdisp.c (get_window_cursor_type): Use cursor type specified by 7 * xdisp.c (get_window_cursor_type): Use cursor type specified by
diff --git a/src/puresize.h b/src/puresize.h
index f82c705265b..e46ca103d7d 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */
42#endif 42#endif
43 43
44#ifndef BASE_PURESIZE 44#ifndef BASE_PURESIZE
45#define BASE_PURESIZE (1180000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45#define BASE_PURESIZE (1190000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46#endif 46#endif
47 47
48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */