(syntax-ppss): Autoload.

This commit is contained in:
Stefan Monnier 2001-10-13 19:05:12 +00:00
parent 67f300f817
commit 71f343138c

View file

@ -95,6 +95,7 @@ point (where the PPSS is equivalent to nil).")
(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