SOURCES: emacs-puresize.patch (NEW) - Updated to 20080501 snapshot...

qrczak qrczak at pld-linux.org
Sat May 3 09:41:01 CEST 2008


Author: qrczak                       Date: Sat May  3 07:41:01 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- Updated to 20080501 snapshot
- emacs-puresize.patch: increase static memory size, see:
  info '(elisp)Pure Storage'

---- Files affected:
SOURCES:
   emacs-puresize.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/emacs-puresize.patch
diff -u /dev/null SOURCES/emacs-puresize.patch:1.1
--- /dev/null	Sat May  3 09:41:01 2008
+++ SOURCES/emacs-puresize.patch	Sat May  3 09:40:56 2008
@@ -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.  */
================================================================


More information about the pld-cvs-commit mailing list