From 71f343138c2c459e02f23908a79083fb0478a9e9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 13 Oct 2001 19:05:12 +0000 Subject: [PATCH] (syntax-ppss): Autoload. --- lisp/emacs-lisp/syntax.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2