]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-fill-paragraph): Delete extraneous close paren.
authorKarl Heuer <kwzh@gnu.org>
Thu, 3 Feb 1994 19:18:21 +0000 (19:18 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 3 Feb 1994 19:18:21 +0000 (19:18 +0000)
lisp/progmodes/c-mode.el

index 99ba7184c86801683db2d291de103d2ba56f2a7f..f155ed175963b3a972f5cd7eaef67a3264f36022 100644 (file)
@@ -323,7 +323,7 @@ preserving the comment indentation or line-starting decorations."
              (narrow-to-region (point)
                                (save-excursion
                                  (forward-line 1)
-                                 (while (looking-at "[ \t]*//"))
+                                 (while (looking-at "[ \t]*//")
                                    (forward-line 1))
                                  (point)))
              (insert fill-prefix)