* 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.
This commit is contained in:
parent
2ad0fb7d01
commit
c94f08ff7a
7 changed files with 21 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue