]> code.delx.au - gnu-emacs/commitdiff
(syntax-ppss-flush-cache): Fix typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Oct 2005 06:05:09 +0000 (06:05 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Oct 2005 06:05:09 +0000 (06:05 +0000)
Suggested by Martin Rudalics <rudalics@gmx.at>.

lisp/emacs-lisp/syntax.el

index 6c8973194332e813514546ad1c91de308b1e50b1..9c2ac336b9b26bf53c82ce97c7e1faa59be51139 100644 (file)
@@ -89,7 +89,7 @@ point (where the PPSS is equivalent to nil).")
     ;; 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)))