]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE_RATIO): Increase back to 10/6.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 26 Oct 2009 10:39:41 +0000 (10:39 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 26 Oct 2009 10:39:41 +0000 (10:39 +0000)
src/ChangeLog
src/puresize.h

index 60cbcef8ca744762f84cb572392221e2bb975c5f..e313f397ddfcf74d3c7d7d9b4759083ad598092e 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-26  Andreas Schwab  <schwab@redhat.com>
+
+       * puresize.h (PURESIZE_RATIO): Increase back to 10/6.
+
 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
 
        * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
index e5925e4c38cd6b1ad55b459eca3dc69645205a06..b6665c006497a81db35673ea28c64bcf2426b960 100644 (file)
@@ -47,7 +47,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
 #ifndef PURESIZE_RATIO
 #if BITS_PER_EMACS_INT > 32
-#define PURESIZE_RATIO 11/7    /* Don't surround with `()'. */
+#define PURESIZE_RATIO 10/6    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif