diff options
| author | Glenn Morris | 2020-01-15 18:49:21 -0800 |
|---|---|---|
| committer | Glenn Morris | 2020-01-15 18:49:21 -0800 |
| commit | 23b87db6286c7827c9d60a167bc1eee8f1296c3d (patch) | |
| tree | 8d1b8d47c6c6228d6e83ecf7ae237a6970a84bb3 | |
| parent | 3b0d1a50aa7e7555d46c6a6b54840c9fb46a6810 (diff) | |
| download | emacs-23b87db6286c7827c9d60a167bc1eee8f1296c3d.tar.gz emacs-23b87db6286c7827c9d60a167bc1eee8f1296c3d.zip | |
; Unmaintain fortran elisp
| -rw-r--r-- | lisp/progmodes/f90.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/fortran.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 9f61b8a6fca..22f1cfd7c89 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1995-1997, 2000-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1997, 2000-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Torbjörn Einarsson <Torbjorn.Einarsson@era.ericsson.se> | 5 | ;; Author: Torbjörn Einarsson <Torbjorn.Einarsson@era.ericsson.se> |
| 6 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: fortran, f90, languages | 7 | ;; Keywords: fortran, f90, languages |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index b7e9e7857bc..811951eaaaf 100644 --- a/lisp/progmodes/fortran.el +++ b/lisp/progmodes/fortran.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael D. Prange <prange@erl.mit.edu> | 6 | ;; Author: Michael D. Prange <prange@erl.mit.edu> |
| 7 | ;; Maintainer: Glenn Morris <rgm@gnu.org> | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Keywords: fortran, languages | 8 | ;; Keywords: fortran, languages |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |