]> git.eshelyaron.com Git - emacs.git/commitdiff
(BASE_PURESIZE): Increase base value to 1164000.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 29 Aug 2007 06:06:51 +0000 (06:06 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 29 Aug 2007 06:06:51 +0000 (06:06 +0000)
src/ChangeLog
src/puresize.h

index 029f84945d59563e5e2cd9ad803a9e7ace3f4d1b..43a097fe6a01e2cb466ddbd61bb4775bd1cbd929 100644 (file)
@@ -36,7 +36,7 @@
 
        * macterm.h (struct mac_display_info): Add terminal.
 
-       * puresize.h (BASE_PURESIZE): Increase base value to 1158000.
+       * puresize.h (BASE_PURESIZE): Increase base value to 1164000.
 
        * sysdep.c: Comment out text after #endif.
 
index 5f72dfb04cc56dd0f22a98d93145f0941131bc30..4b88283d8ddc8869648d5a5dfe0f6062e622a59e 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1161000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1164000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */