summaryrefslogtreecommitdiff
path: root/emacs-puresize.patch
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-puresize.patch')
-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. */