]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/puresize.h (BASE_PURESIZE): Bump by another 1K.
authorGlenn Morris <rgm@gnu.org>
Wed, 25 Jun 2014 19:18:49 +0000 (15:18 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 25 Jun 2014 19:18:49 +0000 (15:18 -0400)
Fixes: debbugs:17846
src/ChangeLog
src/puresize.h

index cd82e91c2dd0405090f0086da412733fdbcf3a40..d5da7f7aa5b45c1caf43c03e094972ca4567ef06 100644 (file)
@@ -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.
index 1371fb3cea222ba531f1b26c7cdd3055a44482c7..43a4d8c5c6a5063cdbceaa69c5fe71ac258692f5 100644 (file)
@@ -40,7 +40,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1701000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1702000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */