diff options
| author | Gerd Moellmann | 1999-11-26 15:17:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-26 15:17:52 +0000 |
| commit | 65a3ccf741a1db499ccd06c79617052a489b9f9c (patch) | |
| tree | 2342b68e2bd236ba725691ad02a2314ad5a4b8c2 /src | |
| parent | 0cf5bb509d801b8908a17ed8a0df620a6df7af15 (diff) | |
| download | emacs-65a3ccf741a1db499ccd06c79617052a489b9f9c.tar.gz emacs-65a3ccf741a1db499ccd06c79617052a489b9f9c.zip | |
(BASE_PURESIZE): Increase to 550000.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 98e00fac2ba..9a96272cbcc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 1999-11-26 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-11-26 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * puresize.h (BASE_PURESIZE): Increase to 550000. | ||
| 4 | |||
| 3 | * textprop.c (set_text_properties): New function. Like | 5 | * textprop.c (set_text_properties): New function. Like |
| 4 | Fset_text_properties, but with additional parameter | 6 | Fset_text_properties, but with additional parameter |
| 5 | SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after | 7 | SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after |
diff --git a/src/puresize.h b/src/puresize.h index 5635907fc3c..0a6806a56a4 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #ifndef BASE_PURESIZE | 44 | #ifndef BASE_PURESIZE |
| 45 | #define BASE_PURESIZE (525000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 45 | #define BASE_PURESIZE (550000 + 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. */ |