]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/fortran.el
(compilation-start): In the no-async-subprocesses branch, call
[gnu-emacs] / lisp / progmodes / fortran.el
index f23eabe6e9c6e21a785153802961a63de7c7e2eb..88d41650c0721a4fa3433bd682a86295310d2158 100644 (file)
@@ -1700,8 +1700,7 @@ If ALL is nil, only match comments that start in column > 0."
                   (while repeat
                     (setq repeat nil)
                     ;; Adapted from f90-find-breakpoint.
-                    (re-search-backward fortran-break-delimiters-re
-                                        (line-beginning-position))
+                    (re-search-backward fortran-break-delimiters-re bol)
                     (if (not fortran-break-before-delimiters)
                         (if (looking-at fortran-no-break-re)
                             ;; Deal with cases such as "**" split over