changeset 39889:9cc5a8486ab5

(syntax-ppss): Autoload.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 13 Oct 2001 19:05:12 +0000
parents b429be6f52ac
children bc9296467c86
files lisp/emacs-lisp/syntax.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/syntax.el	Sat Oct 13 18:40:46 2001 +0000
+++ b/lisp/emacs-lisp/syntax.el	Sat Oct 13 19:05:12 2001 +0000
@@ -95,6 +95,7 @@
   (mapcar (lambda (x) (cons (car x) (truncate (/ (cdr x) (car x)))))
 	  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