diff options
| author | Dan Nicolaescu | 2009-10-17 07:13:44 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-10-17 07:13:44 +0000 |
| commit | 4418646e99e56399b94a3dc8ad7c46f9921c0254 (patch) | |
| tree | 2e6f2df0158c8b5727e2682129b14658783008d7 /src | |
| parent | 4062011e2f2b45c85cdafd27a30179d7e9f19778 (diff) | |
| download | emacs-4418646e99e56399b94a3dc8ad7c46f9921c0254.tar.gz emacs-4418646e99e56399b94a3dc8ad7c46f9921c0254.zip | |
* puresize.h (BASE_PURESIZE): Increase to 1310000.
* term/common-win.el (x-colors): Purecopy it.
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 22452c7dcc0..7d72dc23038 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 1310000. | ||
| 4 | |||
| 1 | 2009-10-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2009-10-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * buffer.c (Fbuffer_name): Doc fix. (Bug#4728) | 7 | * buffer.c (Fbuffer_name): Doc fix. (Bug#4728) |
diff --git a/src/puresize.h b/src/puresize.h index 3d20d57584d..69555816b14 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/>. */ | |||
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| 43 | #ifndef BASE_PURESIZE | 43 | #ifndef BASE_PURESIZE |
| 44 | #define BASE_PURESIZE (1290000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 44 | #define BASE_PURESIZE (1310000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 45 | #endif | 45 | #endif |
| 46 | 46 | ||
| 47 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 47 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |