(c-parse-state): Typo. From Martin Stjernholm.

This commit is contained in:
Stefan Monnier 2001-11-19 22:55:33 +00:00
parent a395ef6aae
commit 244db8a266

View file

@ -708,7 +708,7 @@
(<= placeholder here)
(eq (char-after (1- placeholder)) ?\}))
(while t
(setq last-bod (c-safe (scan-lists last-bod -1 1)))
(setq last-bod (c-safe (scan-lists last-pos -1 1)))
(if (not last-bod)
(save-excursion
;; bogus, but what can we do here?