1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(fortran-fill): Use local var `bol' rather than duplicate call to

`line-beginning-position'.
This commit is contained in:
Glenn Morris 2004-04-30 18:54:44 +00:00
parent 718d07060a
commit 8aa7b879cd

View 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