aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2019-06-08 10:21:16 -0700
committerGlenn Morris2019-06-08 10:21:16 -0700
commitd26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4 (patch)
tree6bacfcd89d11906894464dc739bdbad710c2e104
parente751431989f0af69a7eabf26a86ccac8d8aab74f (diff)
downloademacs-d26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4.tar.gz
emacs-d26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4.zip
; Fix recent maintainer header removals
The convention is that no "Maintainer" means "Author" is the maintainer.
-rw-r--r--lisp/international/quail.el1
-rw-r--r--lisp/mail/smtpmail.el1
-rw-r--r--lisp/obsolete/longlines.el1
-rw-r--r--lisp/progmodes/idlw-complete-structtag.el1
-rw-r--r--lisp/progmodes/idlw-help.el1
-rw-r--r--lisp/progmodes/idlw-shell.el1
-rw-r--r--lisp/progmodes/idlw-toolbar.el1
-rw-r--r--lisp/progmodes/idlwave.el1
-rw-r--r--lisp/progmodes/simula.el1
9 files changed, 9 insertions, 0 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el
index a6b7fe5ac72..a29e3fb35d8 100644
--- a/lisp/international/quail.el
+++ b/lisp/international/quail.el
@@ -8,6 +8,7 @@
8 8
9;; Author: Kenichi Handa <handa@gnu.org> 9;; Author: Kenichi Handa <handa@gnu.org>
10;; Naoto Takahashi <ntakahas@etl.go.jp> 10;; Naoto Takahashi <ntakahas@etl.go.jp>
11;; Maintainer: emacs-devel@gnu.org
11;; Keywords: mule, multilingual, input method, i18n 12;; Keywords: mule, multilingual, input method, i18n
12 13
13;; This file is part of GNU Emacs. 14;; This file is part of GNU Emacs.
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el
index c5af3eac941..741c4393e65 100644
--- a/lisp/mail/smtpmail.el
+++ b/lisp/mail/smtpmail.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1995-1996, 2001-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1995-1996, 2001-2019 Free Software Foundation, Inc.
4 4
5;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> 5;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp>
6;; Maintainer: emacs-devel@gnu.org
6;; w32 Maintainer: Brian D. Carlstrom <bdc@ai.mit.edu> 7;; w32 Maintainer: Brian D. Carlstrom <bdc@ai.mit.edu>
7;; ESMTP support: Simon Leinen <simon@switch.ch> 8;; ESMTP support: Simon Leinen <simon@switch.ch>
8;; Hacked by Mike Taylor, 11th October 1999 to add support for 9;; Hacked by Mike Taylor, 11th October 1999 to add support for
diff --git a/lisp/obsolete/longlines.el b/lisp/obsolete/longlines.el
index f2213228242..30c6f35e7b1 100644
--- a/lisp/obsolete/longlines.el
+++ b/lisp/obsolete/longlines.el
@@ -5,6 +5,7 @@
5;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 5;; Authors: Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6;; Alex Schroeder <alex@gnu.org> 6;; Alex Schroeder <alex@gnu.org>
7;; Chong Yidong <cyd@stupidchicken.com> 7;; Chong Yidong <cyd@stupidchicken.com>
8;; Maintainer: emacs-devel@gnu.org
8;; Obsolete-since: 24.4 9;; Obsolete-since: 24.4
9;; Keywords: convenience, wp 10;; Keywords: convenience, wp
10 11
diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el
index dcb7d0184c5..2e74b8be175 100644
--- a/lisp/progmodes/idlw-complete-structtag.el
+++ b/lisp/progmodes/idlw-complete-structtag.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 2001-2019 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2019 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <dominik@astro.uva.nl> 5;; Author: Carsten Dominik <dominik@astro.uva.nl>
6;; Maintainer: emacs-devel@gnu.org
6;; Old-Version: 1.2 7;; Old-Version: 1.2
7;; Keywords: languages 8;; Keywords: languages
8;; Package: idlwave 9;; Package: idlwave
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el
index 2cf6fa117b6..c4cf29c1418 100644
--- a/lisp/progmodes/idlw-help.el
+++ b/lisp/progmodes/idlw-help.el
@@ -4,6 +4,7 @@
4;; 4;;
5;; Authors: JD Smith <jd.smith@utoledo.edu> 5;; Authors: JD Smith <jd.smith@utoledo.edu>
6;; Carsten Dominik <dominik@science.uva.nl> 6;; Carsten Dominik <dominik@science.uva.nl>
7;; Maintainer: emacs-devel@gnu.org
7;; Package: idlwave 8;; Package: idlwave
8 9
9;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el
index 58e8be97161..965f981c0f5 100644
--- a/lisp/progmodes/idlw-shell.el
+++ b/lisp/progmodes/idlw-shell.el
@@ -5,6 +5,7 @@
5;; Authors: JD Smith <jd.smith@utoledo.edu> 5;; Authors: JD Smith <jd.smith@utoledo.edu>
6;; Carsten Dominik <dominik@astro.uva.nl> 6;; Carsten Dominik <dominik@astro.uva.nl>
7;; Chris Chase <chase@att.com> 7;; Chris Chase <chase@att.com>
8;; Maintainer: emacs-devel@gnu.org
8;; Keywords: processes 9;; Keywords: processes
9;; Package: idlwave 10;; Package: idlwave
10 11
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el
index fe31eeb46c5..aa19ad85806 100644
--- a/lisp/progmodes/idlw-toolbar.el
+++ b/lisp/progmodes/idlw-toolbar.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1999-2019 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2019 Free Software Foundation, Inc.
4 4
5;; Author: Carsten Dominik <dominik@astro.uva.nl> 5;; Author: Carsten Dominik <dominik@astro.uva.nl>
6;; Maintainer: emacs-devel@gnu.org
6;; Keywords: processes 7;; Keywords: processes
7;; Package: idlwave 8;; Package: idlwave
8 9
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 0a124b4d1b4..614d73e23b7 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -5,6 +5,7 @@
5;; Authors: JD Smith <jd.smith@utoledo.edu> 5;; Authors: JD Smith <jd.smith@utoledo.edu>
6;; Carsten Dominik <dominik@science.uva.nl> 6;; Carsten Dominik <dominik@science.uva.nl>
7;; Chris Chase <chase@att.com> 7;; Chris Chase <chase@att.com>
8;; Maintainer: emacs-devel@gnu.org
8;; Version: 6.1.22 9;; Version: 6.1.22
9;; Keywords: languages 10;; Keywords: languages
10 11
diff --git a/lisp/progmodes/simula.el b/lisp/progmodes/simula.el
index 7230d4cfaff..9fc6d54faf3 100644
--- a/lisp/progmodes/simula.el
+++ b/lisp/progmodes/simula.el
@@ -4,6 +4,7 @@
4;; Inc. 4;; Inc.
5 5
6;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no> 6;; Author: Hans Henrik Eriksen <hhe@ifi.uio.no>
7;; Maintainer: emacs-devel@gnu.org
7;; Adapted-By: ESR 8;; Adapted-By: ESR
8;; Keywords: languages 9;; Keywords: languages
9 10