diff lisp/emacs-lisp/syntax.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 2b7c12a97893
children 067115a6e738 7beb78bc1f8e
line wrap: on
line diff
--- a/lisp/emacs-lisp/syntax.el	Mon Oct 31 09:30:35 2005 +0000
+++ b/lisp/emacs-lisp/syntax.el	Mon Oct 31 16:41:15 2005 +0000
@@ -109,7 +109,6 @@
 	      (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