diff options
| author | Richard M. Stallman | 1996-08-15 21:18:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-15 21:18:04 +0000 |
| commit | 4252d80c6c7b423db90d71388f126d2e8bcb0441 (patch) | |
| tree | c56f9982651b52bd0e484a933a0860320559e4d7 | |
| parent | 44f4198d01266359ce39194566a6a868e330d5cc (diff) | |
| download | emacs-4252d80c6c7b423db90d71388f126d2e8bcb0441.tar.gz emacs-4252d80c6c7b423db90d71388f126d2e8bcb0441.zip | |
Comment change.
| -rw-r--r-- | lisp/progmodes/fortran.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 6a303ee2464..d4bbb0de9cf 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (c) 1986, 1993, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (c) 1986, 1993, 1994, 1995 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 (Steve Gildea and others) |
| 7 | ;; Version 1.30.6 (July 27, 1995) | 7 | ;; Version 1.30.6 (July 27, 1995) |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||