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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/fortran.el
Date: Fri, 04 Apr 2003 01:22:52 -0500

Index: emacs/lisp/progmodes/fortran.el
diff -c emacs/lisp/progmodes/fortran.el:1.100 
emacs/lisp/progmodes/fortran.el:1.101
*** emacs/lisp/progmodes/fortran.el:1.100       Wed Feb 12 10:23:21 2003
--- emacs/lisp/progmodes/fortran.el     Wed Feb 12 16:51:45 2003
***************
*** 1682,1688 ****
      ;; don't prevent a break.
      (when (and (save-excursion
                 (beginning-of-line)
!                (when (fortran-find-comment-start-skip)
                   (goto-char (match-beginning 0))
                   (>= (point) fill-point)))
               (save-excursion
--- 1682,1689 ----
      ;; don't prevent a break.
      (when (and (save-excursion
                 (beginning-of-line)
!                (if (not (fortran-find-comment-start-skip))
!                      t
                   (goto-char (match-beginning 0))
                   (>= (point) fill-point)))
               (save-excursion




reply via email to

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