From: Stefan Monnier Date: Mon, 19 Nov 2001 22:54:41 +0000 (+0000) Subject: (c-parse-state): Typo. From Martin Stjernholm. X-Git-Tag: emacs-21.2~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=744f9a2eee38d5a992a82e813b4bb2ca712458ac;p=emacs.git (c-parse-state): Typo. From Martin Stjernholm. --- diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index a30798d4b0f..0a9053f04d0 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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?