Mercurial > emacs
changeset 55251:f5da8d364dba
(fortran-fill): Use local var `bol' rather than duplicate call to
`line-beginning-position'.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 30 Apr 2004 18:54:44 +0000 |
parents | d5d0f1479a4a |
children | fd5403ebeab1 |
files | lisp/progmodes/fortran.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/fortran.el Fri Apr 30 18:52:11 2004 +0000 +++ b/lisp/progmodes/fortran.el Fri Apr 30 18:54:44 2004 +0000 @@ -1700,8 +1700,7 @@ (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