diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-25 13:43:06 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-25 14:25:18 -0700 |
commit | f744797af1dd73a547dd204d7e79f084e6508517 (patch) | |
tree | 880520a7ce5a72a9cdcfd17a287e0129f3a98685 /lisp/textmodes | |
parent | 2843945c5fb7179b96bdab71528f57b2e4a30517 (diff) | |
download | emacs-f744797af1dd73a547dd204d7e79f084e6508517.tar.gz emacs-f744797af1dd73a547dd204d7e79f084e6508517.tar.bz2 emacs-f744797af1dd73a547dd204d7e79f084e6508517.zip |
Go back to "Maintainer: emacs-devel@gnu.org"
Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is
no special maintainer for a file. Although this wasn't documented
it was common practice and removing the lines didn't have consensus.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/bib-mode.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/fill.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/flyspell.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/makeinfo.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/nroff-mode.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/page.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/paragraphs.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/picture.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/refbib.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/refer.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/remember.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/tex-mode.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/texinfmt.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/texinfo.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/texnfo-upd.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/text-mode.el | 1 | ||||
-rw-r--r-- | lisp/textmodes/underline.el | 1 |
18 files changed, 18 insertions, 0 deletions
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index de822326fb3..7a5d3ef7758 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el @@ -4,6 +4,7 @@ ;; Author: Henry Kautz ;; (according to authors.el) +;; Maintainer: emacs-devel@gnu.org ;; Keywords: bib ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 46dbcfef460..c285491a305 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2019 Free ;; Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: wp ;; Package: emacs diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index a06f8edd6f8..d18916dfd01 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1998, 2000-2019 Free Software Foundation, Inc. ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: convenience ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index f351b870261..ff3d2420df4 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1991, 1993, 2001-2019 Free Software Foundation, Inc. ;; Author: Robert J. Chassell +;; Maintainer: emacs-devel@gnu.org ;; Keywords: docs convenience ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index e5964d175dd..f33d4df4d19 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2019 Free Software ;; Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: wp ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index bc92121599c..220ef2d7fd6 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el @@ -2,6 +2,7 @@ ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: wp convenience ;; Package: emacs diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 8a1af3af250..92a6b907859 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2019 Free Software ;; Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: wp ;; Package: emacs diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index 79039bc1980..bc85372de68 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. ;; Author: K. Shane Hartman +;; Maintainer: emacs-devel@gnu.org ;; Keywords: convenience wp ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index 03b1b048a16..3ba52e61ea6 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1989, 2001-2019 Free Software Foundation, Inc. ;; Author: Henry Kautz <kautz@research.att.com> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: bib, tex ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/refer.el b/lisp/textmodes/refer.el index 3d4d0d2b06e..f13e1d7161d 100644 --- a/lisp/textmodes/refer.el +++ b/lisp/textmodes/refer.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1992, 1996, 2001-2019 Free Software Foundation, Inc. ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> +;; Maintainer: emacs-devel@gnu.org ;; Adapted-By: ESR ;; Keywords: bib diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el index efc11084fe6..67ecd3ced81 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1999-2001, 2003-2019 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Created: 29 Mar 1999 ;; Version: 2.0 ;; Keywords: data memory todo pim diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index d0586fd9fce..75f20722b05 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -4,6 +4,7 @@ ;; Foundation, Inc. ;; Author: James Clark <jjc@jclark.com> +;; Maintainer: emacs-devel@gnu.org ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org>, ;; F.Potorti@cnuce.cnr.it ;; Keywords: wp, hypermedia, comm, languages diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 8611b735ba9..9c91d27b944 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2019 Free ;; Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: tex ;; Contributions over the years by William F. Schelter, Dick King, diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 5a54e0d2d17..4110dfb8e8e 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2019 Free Software ;; Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: maint, tex, docs ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 54306d2b74c..71cdcab57ef 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -5,6 +5,7 @@ ;; Author: Robert J. Chassell ;; Date: [See date below for texinfo-version] +;; Maintainer: emacs-devel@gnu.org ;; Keywords: maint, tex, docs ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 4f49c7f5d17..134f82b14e0 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1989-1992, 2001-2019 Free Software Foundation, Inc. ;; Author: Robert J. Chassell +;; Maintainer: emacs-devel@gnu.org ;; Keywords: maint, tex, docs ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index ac292e463b1..e676a5dae20 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1985, 1992, 1994, 2001-2019 Free Software Foundation, ;; Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: wp ;; Package: emacs diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index 8c904f5d0ec..e0bfd24557b 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el @@ -2,6 +2,7 @@ ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org ;; Keywords: wp ;; This file is part of GNU Emacs. |