diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2005-10-31 16:41:15 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2005-10-31 16:41:15 +0000 |
commit | c94f08ff7af4d0cebf29913bc2767abc25412c77 (patch) | |
tree | cc4e1cc4bc03952a91a9574d155353081b3878a7 /lisp/emacs-lisp/syntax.el | |
parent | 2ad0fb7d013e9020a701c5c967b4e885fe0b8efc (diff) | |
download | emacs-c94f08ff7af4d0cebf29913bc2767abc25412c77.tar.gz |
* 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 'lisp/emacs-lisp/syntax.el')
-rw-r--r-- | lisp/emacs-lisp/syntax.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index 9c2ac336b9b..feccf7939c5 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -109,7 +109,6 @@ point (where the PPSS is equivalent to nil).") (error nil))) syntax-ppss-stats)) -;;;###autoload (defun syntax-ppss (&optional pos) "Parse-Partial-Sexp State at POS. The returned value is the same as `parse-partial-sexp' except that |