diff options
| author | Stefan Monnier | 2001-10-13 19:05:12 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-13 19:05:12 +0000 |
| commit | 71f343138c2c459e02f23908a79083fb0478a9e9 (patch) | |
| tree | 7b6d2cdde38150b0de068956181a567958c556fc | |
| parent | 67f300f81716193bc5ce50985f1ac3e7c8e3d04b (diff) | |
| download | emacs-71f343138c2c459e02f23908a79083fb0478a9e9.tar.gz emacs-71f343138c2c459e02f23908a79083fb0478a9e9.zip | |
(syntax-ppss): Autoload.
| -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).") | |||
| 95 | (mapcar (lambda (x) (cons (car x) (truncate (/ (cdr x) (car x))))) | 95 | (mapcar (lambda (x) (cons (car x) (truncate (/ (cdr x) (car x))))) |
| 96 | syntax-ppss-stats)) | 96 | syntax-ppss-stats)) |
| 97 | 97 | ||
| 98 | ;;;###autoload | ||
| 98 | (defun syntax-ppss (&optional pos) | 99 | (defun syntax-ppss (&optional pos) |
| 99 | "Parse-Partial-Sexp State at POS. | 100 | "Parse-Partial-Sexp State at POS. |
| 100 | The returned value is the same as `parse-partial-sexp' except that | 101 | The returned value is the same as `parse-partial-sexp' except that |