]> git.eshelyaron.com Git - emacs.git/commitdiff
(PURESIZE_RATIO): Decrease to 11/7.
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 23 Oct 2009 17:56:06 +0000 (17:56 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 23 Oct 2009 17:56:06 +0000 (17:56 +0000)
src/ChangeLog
src/puresize.h

index 24c2553695f8a8c7a88710097683a90d7ca4ff2d..8d5d29a106bcfec5c82f7d9d2782a30919139fee 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-23  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * puresize.h (PURESIZE_RATIO): Decrease to 11/7.
+
 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
 
        * window.c (Fwindow_edges, Fwindow_pixel_edges)
index b6665c006497a81db35673ea28c64bcf2426b960..e5925e4c38cd6b1ad55b459eca3dc69645205a06 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 10/6    /* Don't surround with `()'. */
+#define PURESIZE_RATIO 11/7    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1
 #endif