emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117297: * src/puresize.h (BASE_PURESIZE): Bump b


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117297: * src/puresize.h (BASE_PURESIZE): Bump by another 1K.
Date: Wed, 25 Jun 2014 19:18:55 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117297
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17846
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-06-25 15:18:49 -0400
message:
  * src/puresize.h (BASE_PURESIZE): Bump by another 1K.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/puresize.h                 puresize.h-20091113204419-o5vbwnq5f7feedwu-270
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-06-21 12:30:02 +0000
+++ b/src/ChangeLog     2014-06-25 19:18:49 +0000
@@ -1,3 +1,7 @@
+2014-06-25  Glenn Morris  <address@hidden>
+
+       * puresize.h (BASE_PURESIZE): Bump by another 1K.  (Bug#17846)
+
 2014-06-21  Eli Zaretskii  <address@hidden>
 
        * indent.c (Fvertical_motion): Doc fix.

=== modified file 'src/puresize.h'
--- a/src/puresize.h    2014-04-13 07:33:15 +0000
+++ b/src/puresize.h    2014-06-25 19:18:49 +0000
@@ -40,7 +40,7 @@
 #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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]