aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2005-10-31 16:41:15 +0000
committerDan Nicolaescu2005-10-31 16:41:15 +0000
commitc94f08ff7af4d0cebf29913bc2767abc25412c77 (patch)
treecc4e1cc4bc03952a91a9574d155353081b3878a7 /src
parent2ad0fb7d013e9020a701c5c967b4e885fe0b8efc (diff)
downloademacs-c94f08ff7af4d0cebf29913bc2767abc25412c77.tar.gz
emacs-c94f08ff7af4d0cebf29913bc2767abc25412c77.zip
* 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.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/puresize.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d5cdd48ad29..808b10cabe5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * puresize.h (BASE_PURESIZE): Increment to 1170000.
4
12005-10-31 Romain Francoise <romain@orebokech.com> 52005-10-31 Romain Francoise <romain@orebokech.com>
2 6
3 * macfns.c: Update copyright year. 7 * macfns.c: Update copyright year.
diff --git a/src/puresize.h b/src/puresize.h
index 8c755ea76a8..b9942a90753 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -42,7 +42,7 @@ Boston, MA 02110-1301, USA. */
42#endif 42#endif
43 43
44#ifndef BASE_PURESIZE 44#ifndef BASE_PURESIZE
45#define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45#define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46#endif 46#endif
47 47
48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 48/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */