]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- Updated to 20080501 snapshot
authorqrczak <qrczak@pld-linux.org>
Sat, 3 May 2008 07:40:56 +0000 (07:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- emacs-puresize.patch: increase static memory size, see:
  info '(elisp)Pure Storage'

Changed files:
    emacs-puresize.patch -> 1.1

emacs-puresize.patch [new file with mode: 0644]

diff --git a/emacs-puresize.patch b/emacs-puresize.patch
new file mode 100644 (file)
index 0000000..b310d1c
--- /dev/null
@@ -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.  */
This page took 0.154096 seconds and 4 git commands to generate.