aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Colascione2014-04-09 17:05:34 -0700
committerDaniel Colascione2014-04-09 17:05:34 -0700
commitfb2dcc3567ca762f05b452bb9edd27da33322f70 (patch)
tree2a17782f12429cb9b27b188c62dae7c21793d858
parent3f63a9f7de4f252a0309c2143e6d916d734ffe22 (diff)
downloademacs-fb2dcc3567ca762f05b452bb9edd27da33322f70.tar.gz
emacs-fb2dcc3567ca762f05b452bb9edd27da33322f70.zip
Increase BASE_PURESIZE
-rw-r--r--src/ChangeLog4
-rw-r--r--src/puresize.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f9da8772973..69bfc4ca074 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-04-10 Daniel Colascione <dancol@dancol.org>
2
3 * puresize.h (BASE_PURESIZE): Increase.
4
12014-04-09 Stefan Monnier <monnier@iro.umontreal.ca> 52014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local. 7 * keyboard.c (syms_of_keyboard): Make deactivate-mark buffer-local.
diff --git a/src/puresize.h b/src/puresize.h
index 0ee29d803b4..376b11cf75b 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -40,7 +40,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
40#endif 40#endif
41 41
42#ifndef BASE_PURESIZE 42#ifndef BASE_PURESIZE
43#define BASE_PURESIZE (1700000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 43#define BASE_PURESIZE (1800000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
44#endif 44#endif
45 45
46/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 46/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */