]> git.eshelyaron.com Git - emacs.git/commitdiff
(syntax-ppss): Autoload.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:05:12 +0000 (19:05 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 13 Oct 2001 19:05:12 +0000 (19:05 +0000)
lisp/emacs-lisp/syntax.el

index 23c8ed3219a36307f134f07e427250f3ed57c81c..0eef9671b4635e8c7c5ff04de97ab8f7127279d6 100644 (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