diff options
Diffstat (limited to 'lisp/progmodes/c-mode.el')
-rw-r--r-- | lisp/progmodes/c-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index 99ba7184c86..f155ed17596 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -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) |