diff options
| author | Dan Nicolaescu | 2005-10-31 16:41:15 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2005-10-31 16:41:15 +0000 |
| commit | c94f08ff7af4d0cebf29913bc2767abc25412c77 (patch) | |
| tree | cc4e1cc4bc03952a91a9574d155353081b3878a7 /src | |
| parent | 2ad0fb7d013e9020a701c5c967b4e885fe0b8efc (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | src/puresize.h | 2 |
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 @@ | |||
| 1 | 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * puresize.h (BASE_PURESIZE): Increment to 1170000. | ||
| 4 | |||
| 1 | 2005-10-31 Romain Francoise <romain@orebokech.com> | 5 | 2005-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. */ |