]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-parse-state): Typo. From Martin Stjernholm.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 22:54:41 +0000 (22:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 19 Nov 2001 22:54:41 +0000 (22:54 +0000)
lisp/progmodes/cc-engine.el

index a30798d4b0f0e991a8759ffa00d9c1af30fab8cb..0a9053f04d01f6d5044cf1aeba6b48de88616474 100644 (file)
                            (<= 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?