summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2git2008-05-03 07:40:56 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb64bde8ddfce6f4be31803e6e574d667847eb913 (patch)
treeab5d8a662d1fc7c21c6a3ed923f6fd05faa82344
parentf97f4a667a0a9b1d0f6703ec4eb0c7457396b03c (diff)
downloademacs-DEVEL_XFT.zip
emacs-DEVEL_XFT.tar.gz
This commit was manufactured by cvs2git to create branch 'DEVEL_XFT'.DEVEL_XFT
Cherrypick from master 2008-05-03 07:40:56 UTC qrczak <qrczak@pld-linux.org> '- Updated to 20080501 snapshot': emacs-puresize.patch -> 1.1
-rw-r--r--emacs-puresize.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs-puresize.patch b/emacs-puresize.patch
new file mode 100644
index 0000000..b310d1c
--- /dev/null
+++ b/emacs-puresize.patch
@@ -0,0 +1,11 @@
+--- emacs/src/puresize.h.~1.105.~ 2008-05-02 16:24:17.000000000 +0200
++++ emacs/src/puresize.h 2008-05-03 00:08:37.000000000 +0200
+@@ -43,7 +43,7 @@
+ #endif
+
+ #ifndef BASE_PURESIZE
+-#define BASE_PURESIZE (1200000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
++#define BASE_PURESIZE (1300000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+ #endif
+
+ /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */