diff options
| author | Kenichi Handa | 2006-01-20 07:06:51 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-01-20 07:06:51 +0000 |
| commit | ef8beec687a03b59404c20e94ab3020e06046a70 (patch) | |
| tree | 549d8f646f53ccfb2d58382912584854eaa25e0e /src | |
| parent | c897e76f7bd2ff28f6b6ca5f6e2ef9f7517e327e (diff) | |
| download | emacs-ef8beec687a03b59404c20e94ab3020e06046a70.tar.gz emacs-ef8beec687a03b59404c20e94ab3020e06046a70.zip | |
(BASE_PURESIZE): Increment to 1190000.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
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 @@ | |||
| 1 | 2006-01-20 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increment to 1190000. | ||
| 4 | |||
| 1 | 2006-01-19 Chong Yidong <cyd@stupidchicken.com> | 5 | 2006-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. */ |