aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-25 15:18:49 -0400
committerGlenn Morris2014-06-25 15:18:49 -0400
commite147461d406b00eb9b0281d35cf512e7a69f6601 (patch)
treed154b1fbd8d2f1557c5a8d4dfd94eff42a5e6fd8
parent0a27804c807128d25509b59c82806b7fd9ad6bba (diff)
downloademacs-e147461d406b00eb9b0281d35cf512e7a69f6601.tar.gz
emacs-e147461d406b00eb9b0281d35cf512e7a69f6601.zip
* src/puresize.h (BASE_PURESIZE): Bump by another 1K.
Fixes: debbugs:17846
-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 cd82e91c2dd..d5da7f7aa5b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-06-25 Glenn Morris <rgm@gnu.org>
2
3 * puresize.h (BASE_PURESIZE): Bump by another 1K. (Bug#17846)
4
12014-06-21 Eli Zaretskii <eliz@gnu.org> 52014-06-21 Eli Zaretskii <eliz@gnu.org>
2 6
3 * indent.c (Fvertical_motion): Doc fix. 7 * indent.c (Fvertical_motion): Doc fix.
diff --git a/src/puresize.h b/src/puresize.h
index 1371fb3cea2..43a4d8c5c6a 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 (1701000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 43#define BASE_PURESIZE (1702000 + 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. */