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:
parent
718d07060a
commit
8aa7b879cd
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue