diff options
| author | Chong Yidong | 2006-07-10 18:51:31 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-07-10 18:51:31 +0000 |
| commit | 7ba07a1a03765521da615a59ce7ee2c596f8341d (patch) | |
| tree | 16249c92bdcf0244e59e778644737131d3cbba9e /src/puresize.h | |
| parent | 2946191dee63d8cbc6c025bb0c658c77241df76a (diff) | |
| download | emacs-7ba07a1a03765521da615a59ce7ee2c596f8341d.tar.gz emacs-7ba07a1a03765521da615a59ce7ee2c596f8341d.zip | |
* puresize.h (BASE_PURESIZE): Increment to 1211000.
* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
(Fsit_for): Function deleted.
* keyboard.c (command_loop_1, Fexecute_extended_command): Call
sit_for instead of Fsit_for.
* minibuf.c (temp_echo_area_glyphs): Likewise.
Diffstat (limited to 'src/puresize.h')
| -rw-r--r-- | src/puresize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puresize.h b/src/puresize.h index fa01ad610a1..457a75ea023 100644 --- a/src/puresize.h +++ b/src/puresize.h | |||
| @@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 43 | #endif | 43 | #endif |
| 44 | 44 | ||
| 45 | #ifndef BASE_PURESIZE | 45 | #ifndef BASE_PURESIZE |
| 46 | #define BASE_PURESIZE (1210500 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) | 46 | #define BASE_PURESIZE (1211000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) |
| 47 | #endif | 47 | #endif |
| 48 | 48 | ||
| 49 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ | 49 | /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ |