"Roland Winkler" writes: > Start a fresh emacs --no-init-file. Load file foo.f (fortran-mode): > cat foo.f < C This is a fortran comment > CALL FOO > EOF > > On line 1 execute fill-paragraph, which will run > fortran-fill-paragraph. This gives me > > C This is a fortran comment ALL FOO Thanks for reporting this bug. Does the following fix it ? (And is it an acceptable solution ?)