1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(syntax-ppss-flush-cache): Fix typo.

Suggested by Martin Rudalics <rudalics@gmx.at>.
This commit is contained in:
Stefan Monnier 2005-10-21 06:05:09 +00:00
parent 889c5dad20
commit 8debde6e20

View file

@ -89,7 +89,7 @@ point (where the PPSS is equivalent to nil).")
;; assumed nil state at BEG may not be valid any more. ;; assumed nil state at BEG may not be valid any more.
(if (<= beg (or (car (nth 10 syntax-ppss-last)) (if (<= beg (or (car (nth 10 syntax-ppss-last))
(nth 9 syntax-ppss-last) (nth 9 syntax-ppss-last)
(nth 2 syntax-ppss-last) (nth 3 syntax-ppss-last)
0)) 0))
(setq syntax-ppss-last nil) (setq syntax-ppss-last nil)
(setcar syntax-ppss-last nil))) (setcar syntax-ppss-last nil)))