projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a27804
)
* src/puresize.h (BASE_PURESIZE): Bump by another 1K.
author
Glenn Morris
<rgm@gnu.org>
Wed, 25 Jun 2014 19:18:49 +0000
(15:18 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 25 Jun 2014 19:18:49 +0000
(15:18 -0400)
Fixes: debbugs:17846
src/ChangeLog
patch
|
blob
|
history
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index cd82e91c2dd0405090f0086da412733fdbcf3a40..d5da7f7aa5b45c1caf43c03e094972ca4567ef06 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2014-06-25 Glenn Morris <rgm@gnu.org>
+
+ * puresize.h (BASE_PURESIZE): Bump by another 1K. (Bug#17846)
+
2014-06-21 Eli Zaretskii <eliz@gnu.org>
* indent.c (Fvertical_motion): Doc fix.
diff --git
a/src/puresize.h
b/src/puresize.h
index 1371fb3cea222ba531f1b26c7cdd3055a44482c7..43a4d8c5c6a5063cdbceaa69c5fe71ac258692f5 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-40,7
+40,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (170
1
000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (170
2
000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */