changeset 7692:ce33fcd2ce22

(fortran-link-matching-do): Ignore DO statements with line numbers.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 May 1994 20:35:55 +0000
parents 21d7fb06e63a
children 5fcf0620b8d3
files lisp/progmodes/fortran.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <prange@erl.mit.edu>
 ;; 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: