diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-13 19:05:12 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-10-13 19:05:12 +0000 |
commit | 71f343138c2c459e02f23908a79083fb0478a9e9 (patch) | |
tree | 7b6d2cdde38150b0de068956181a567958c556fc /lisp/emacs-lisp | |
parent | 67f300f81716193bc5ce50985f1ac3e7c8e3d04b (diff) | |
download | emacs-71f343138c2c459e02f23908a79083fb0478a9e9.tar.gz emacs-71f343138c2c459e02f23908a79083fb0478a9e9.tar.bz2 emacs-71f343138c2c459e02f23908a79083fb0478a9e9.zip |
(syntax-ppss): Autoload.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/syntax.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |