# HG changeset patch # User Richard M. Stallman # Date 769984555 0 # Node ID ce33fcd2ce2217e5a1b9c52232396cd50310912d # Parent 21d7fb06e63afbb351ef2745a8553c477a1a0665 (fortran-link-matching-do): Ignore DO statements with line numbers. diff -r 21d7fb06e63a -r ce33fcd2ce22 lisp/progmodes/fortran.el --- a/lisp/progmodes/fortran.el Thu May 26 18:47:37 1994 +0000 +++ b/lisp/progmodes/fortran.el Thu May 26 20:35:55 1994 +0000 @@ -4,7 +4,7 @@ ;; Author: Michael D. Prange ;; Maintainer: bug-fortran-mode@erl.mit.edu -;; Version 1.30.4 (January 20, 1994) +;; Version 1.30.5 (May 20, 1994) ;; Keywords: languages ;; This file is part of GNU Emacs. @@ -46,7 +46,7 @@ ;;; Bugs to bug-fortran-mode@erl.mit.edu -(defconst fortran-mode-version "version 1.30.4") +(defconst fortran-mode-version "version 1.30.5") ;;; Code: