emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-engine.el
Date: Mon, 19 Nov 2001 17:55:33 -0500

Index: emacs/lisp/progmodes/cc-engine.el
diff -u emacs/lisp/progmodes/cc-engine.el:1.19 
emacs/lisp/progmodes/cc-engine.el:1.20
--- emacs/lisp/progmodes/cc-engine.el:1.19      Wed Oct 24 12:07:06 2001
+++ emacs/lisp/progmodes/cc-engine.el   Mon Nov 19 17:55:33 2001
@@ -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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]