comparison lisp/progmodes/fortran.el @ 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 23d9c2bc097b
children b26a8476561d
comparison
equal deleted inserted replaced
7691:21d7fb06e63a 7692:ce33fcd2ce22
2 2
3 ;;; Copyright (c) 1986, 1993, 1994 Free Software Foundation, Inc. 3 ;;; Copyright (c) 1986, 1993, 1994 Free Software Foundation, Inc.
4 4
5 ;; Author: Michael D. Prange <prange@erl.mit.edu> 5 ;; Author: Michael D. Prange <prange@erl.mit.edu>
6 ;; Maintainer: bug-fortran-mode@erl.mit.edu 6 ;; Maintainer: bug-fortran-mode@erl.mit.edu
7 ;; Version 1.30.4 (January 20, 1994) 7 ;; Version 1.30.5 (May 20, 1994)
8 ;; Keywords: languages 8 ;; Keywords: languages
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
44 ;;; comment-indent-function with comment-indent-hook 44 ;;; comment-indent-function with comment-indent-hook
45 ;;; (setq unread-command-events (list c)) with (setq unread-command-char c) 45 ;;; (setq unread-command-events (list c)) with (setq unread-command-char c)
46 46
47 ;;; Bugs to bug-fortran-mode@erl.mit.edu 47 ;;; Bugs to bug-fortran-mode@erl.mit.edu
48 48
49 (defconst fortran-mode-version "version 1.30.4") 49 (defconst fortran-mode-version "version 1.30.5")
50 50
51 ;;; Code: 51 ;;; Code:
52 52
53 ;;;###autoload 53 ;;;###autoload
54 (defvar fortran-tab-mode-default nil 54 (defvar fortran-tab-mode-default nil