emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el [emacs-unicode-


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:44:14 -0400

Index: emacs/lisp/progmodes/fortran.el
diff -c emacs/lisp/progmodes/fortran.el:1.109.2.1 
emacs/lisp/progmodes/fortran.el:1.109.2.2
*** emacs/lisp/progmodes/fortran.el:1.109.2.1   Fri Apr 16 12:50:34 2004
--- emacs/lisp/progmodes/fortran.el     Mon Jun 28 07:29:43 2004
***************
*** 1700,1707 ****
                    (while repeat
                      (setq repeat nil)
                      ;; Adapted from f90-find-breakpoint.
!                     (re-search-backward fortran-break-delimiters-re
!                                         (line-beginning-position))
                      (if (not fortran-break-before-delimiters)
                          (if (looking-at fortran-no-break-re)
                              ;; Deal with cases such as "**" split over
--- 1700,1706 ----
                    (while repeat
                      (setq repeat nil)
                      ;; Adapted from f90-find-breakpoint.
!                     (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]