diff src/puresize.h @ 66579:621fdbc28285

* loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so that global-font-lock-mode can be enabled by default. * font-lock.el (font-lock-keywords, font-lock-mode-internal) (font-lock-add-keywords, font-lock-remove-keywords) (font-lock-fontify-buffer): Remove autoload cookies. * jit-lock.el (jit-lock-register): Likewise. * emacs-lisp/syntax.el (syntax-ppss): Likewise. * puresize.h (BASE_PURESIZE): Increment to 1170000.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 31 Oct 2005 16:41:15 +0000
parents d61d223b2357
children 001a781c565e 693e794b57bf
line wrap: on
line diff
--- a/src/puresize.h	Mon Oct 31 09:30:35 2005 +0000
+++ b/src/puresize.h	Mon Oct 31 16:41:15 2005 +0000
@@ -42,7 +42,7 @@
 #endif
 
 #ifndef BASE_PURESIZE
-#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
 #endif
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */