diff options
author | Glenn Morris <rgm@gnu.org> | 2020-01-15 18:49:21 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2020-01-15 18:49:21 -0800 |
commit | 23b87db6286c7827c9d60a167bc1eee8f1296c3d (patch) | |
tree | 8d1b8d47c6c6228d6e83ecf7ae237a6970a84bb3 /lisp | |
parent | 3b0d1a50aa7e7555d46c6a6b54840c9fb46a6810 (diff) | |
download | emacs-23b87db6286c7827c9d60a167bc1eee8f1296c3d.tar.gz emacs-23b87db6286c7827c9d60a167bc1eee8f1296c3d.tar.bz2 emacs-23b87db6286c7827c9d60a167bc1eee8f1296c3d.zip |
; Unmaintain fortran elisp
Diffstat (limited to 'lisp')
-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 @@ ;; Copyright (C) 1995-1997, 2000-2020 Free Software Foundation, Inc. ;; Author: Torbjörn Einarsson <Torbjorn.Einarsson@era.ericsson.se> -;; Maintainer: Glenn Morris <rgm@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: fortran, f90, languages ;; 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 @@ ;; Inc. ;; Author: Michael D. Prange <prange@erl.mit.edu> -;; Maintainer: Glenn Morris <rgm@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: fortran, languages ;; This file is part of GNU Emacs. |