(syntax-ppss-flush-cache): Fix typo.
Suggested by Martin Rudalics <rudalics@gmx.at>.
This commit is contained in:
parent
889c5dad20
commit
8debde6e20
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue