Mercurial > emacs
changeset 66267:2b7c12a97893
(syntax-ppss-flush-cache): Fix typo.
Suggested by Martin Rudalics <rudalics@gmx.at>.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 21 Oct 2005 06:05:09 +0000 |
parents | f15e775dfb97 |
children | edfe61dd2874 |
files | lisp/emacs-lisp/syntax.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/syntax.el Fri Oct 21 06:01:22 2005 +0000 +++ b/lisp/emacs-lisp/syntax.el Fri Oct 21 06:05:09 2005 +0000 @@ -89,7 +89,7 @@ ;; assumed nil state at BEG may not be valid any more. (if (<= beg (or (car (nth 10 syntax-ppss-last)) (nth 9 syntax-ppss-last) - (nth 2 syntax-ppss-last) + (nth 3 syntax-ppss-last) 0)) (setq syntax-ppss-last nil) (setcar syntax-ppss-last nil)))