From: Stefan Monnier Date: Sat, 13 Oct 2001 19:05:12 +0000 (+0000) Subject: (syntax-ppss): Autoload. X-Git-Tag: ttn-vms-21-2-B4~19473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71f343138c2c459e02f23908a79083fb0478a9e9;p=emacs.git (syntax-ppss): Autoload. --- diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index 23c8ed3219a..0eef9671b46 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el @@ -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