Mercurial > emacs
diff src/puresize.h @ 83646:cac66c12e45d
* term/xterm.el (terminal-init-xterm): Fix merge issue.
* puresize.h (BASE_PURESIZE): Increase.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 29 Jul 2007 16:00:42 +0000 |
parents | b8d9a391daf3 |
children | 65663fcd2caa |
line wrap: on
line diff
--- a/src/puresize.h Tue Jul 24 01:25:28 2007 +0000 +++ b/src/puresize.h Sun Jul 29 16:00:42 2007 +0000 @@ -43,7 +43,7 @@ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (1140000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (1143000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */