Mercurial > emacs
diff lisp/jit-lock.el @ 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 | 364aad458607 |
children | ea28d90f5964 |
line wrap: on
line diff
--- a/lisp/jit-lock.el Mon Oct 31 09:30:35 2005 +0000 +++ b/lisp/jit-lock.el Mon Oct 31 16:41:15 2005 +0000 @@ -264,7 +264,6 @@ (remove-hook 'after-change-functions 'jit-lock-after-change t) (remove-hook 'fontification-functions 'jit-lock-function)))) -;;;###autoload (defun jit-lock-register (fun &optional contextual) "Register FUN as a fontification function to be called in this buffer. FUN will be called with two arguments START and END indicating the region