diff options
| author | Paul Eggert | 2019-05-19 21:29:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-05-19 21:34:27 -0700 |
| commit | bef1be873009d6e9f5a097396179f63a565bb6fd (patch) | |
| tree | 227e495b83b50b965c65f26b3bb979e877726530 /lisp | |
| parent | 20241e2c764263ebf31cfb0c6a7a0d3b9ba52429 (diff) | |
| download | emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.gz emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.zip | |
Fixes for "Maintainer:" and related lines
Mostly, this just removes "Maintainer: emacs-devel@gnu.org" lines,
which are not that useful. It also cleans up and regularizes a
few similar lines.
Diffstat (limited to 'lisp')
339 files changed, 42 insertions, 360 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 3c88ec661a9..be19da525ea 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1992, 2001-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985-1987, 1992, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: abbrev convenience | 6 | ;; Keywords: abbrev convenience |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/align.el b/lisp/align.el index 443237b451b..aeb845a5613 100644 --- a/lisp/align.el +++ b/lisp/align.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience languages lisp | 6 | ;; Keywords: convenience languages lisp |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/array.el b/lisp/array.el index 2fffe0197e8..28635d18af1 100644 --- a/lisp/array.el +++ b/lisp/array.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1987, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David M. Brown | 5 | ;; Author: David M. Brown |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index f7ecfe27bb1..c2ebea70083 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | ;; Author: Charlie Martin <crm@cs.duke.edu> | 6 | ;; Author: Charlie Martin <crm@cs.duke.edu> |
| 7 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> |
| 8 | ;; Keywords: convenience | 8 | ;; Keywords: convenience |
| 9 | ;; Maintainer: emacs-devel@gnu.org | ||
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 12 | 11 | ||
diff --git a/lisp/bindings.el b/lisp/bindings.el index 744bcc36a85..4f09d583d74 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1992-1996, 1999-2019 Free Software | 3 | ;; Copyright (C) 1985-1987, 1992-1996, 1999-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/bs.el b/lisp/bs.el index cd9524a440b..c564da251b5 100644 --- a/lisp/bs.el +++ b/lisp/bs.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. |
| 4 | ;; Author: Olaf Sylvester <Olaf.Sylvester@netsurf.de> | 4 | ;; Author: Olaf Sylvester <Olaf.Sylvester@netsurf.de> |
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: convenience | 5 | ;; Keywords: convenience |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 5f889866361..c8cd25caff7 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1993-1995, 2000-2019 Free Software | 3 | ;; Copyright (C) 1985-1987, 1993-1995, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/case-table.el b/lisp/case-table.el index c27e772b044..7474d633236 100644 --- a/lisp/case-table.el +++ b/lisp/case-table.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1988, 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: i18n | 6 | ;; Keywords: i18n |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/cdl.el b/lisp/cdl.el index 752e59b5d49..36f72ef0510 100644 --- a/lisp/cdl.el +++ b/lisp/cdl.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ata Etemadi <ATAE@spva.physics.imperial.ac.uk> | 5 | ;; Author: Ata Etemadi <ATAE@spva.physics.imperial.ac.uk> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: data | 6 | ;; Keywords: data |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index b3d4a5def2e..9260cfb47dc 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 2.0 | 7 | ;; Version: 2.0 |
| 8 | ;; Keywords: OO, lisp | 8 | ;; Keywords: OO, lisp |
| 9 | 9 | ||
diff --git a/lisp/cedet/semantic/imenu.el b/lisp/cedet/semantic/imenu.el index 0fb9eca7536..15ab50c72ac 100644 --- a/lisp/cedet/semantic/imenu.el +++ b/lisp/cedet/semantic/imenu.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Maintainer: Eric Ludlam | 7 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/cedet/semantic/senator.el b/lisp/cedet/semantic/senator.el index 2462662bbd8..79bb4b20ee3 100644 --- a/lisp/cedet/semantic/senator.el +++ b/lisp/cedet/semantic/senator.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 10 Nov 2000 | 6 | ;; Created: 10 Nov 2000 |
| 8 | ;; Keywords: syntax | 7 | ;; Keywords: syntax |
| 9 | 8 | ||
diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index c530329baed..c5849ffc973 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Richard Kim <emacs18@gmail.com> | 5 | ;; Author: Richard Kim <emacs18@gmail.com> |
| 6 | ;; Maintainer: Richard Kim <emacs18@gmail.com> | 6 | ;; Maintainer: Richard Kim <emacs18@gmail.com> |
| 7 | ;; Created: June 2002 | 7 | ;; Created: June 2002 |
| 8 | ;; Keywords: syntax | 8 | ;; Keywords: syntax |
| 9 | 9 | ||
diff --git a/lisp/char-fold.el b/lisp/char-fold.el index e61bc3edc6a..426b1a9f844 100644 --- a/lisp/char-fold.el +++ b/lisp/char-fold.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: matching | 5 | ;; Keywords: matching |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/chistory.el b/lisp/chistory.el index 59bdc00c674..9c29bb7c432 100644 --- a/lisp/chistory.el +++ b/lisp/chistory.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/cmuscheme.el b/lisp/cmuscheme.el index ed6f1bfb1ad..f949a8c1098 100644 --- a/lisp/cmuscheme.el +++ b/lisp/cmuscheme.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: processes, lisp | 7 | ;; Keywords: processes, lisp |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/comint.el b/lisp/comint.el index d21cc1378f7..3939371ab85 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 6 | ;; Simon Marshall <simon@gnu.org> | 6 | ;; Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: processes | 7 | ;; Keywords: processes |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/completion.el b/lisp/completion.el index 89285c74d41..ff392dd8219 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001-2019 Free Software | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: abbrev convenience | 6 | ;; Keywords: abbrev convenience |
| 8 | ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. | 7 | ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. |
| 9 | ;; (ideas suggested by Brewster Kahle) | 8 | ;; (ideas suggested by Brewster Kahle) |
diff --git a/lisp/composite.el b/lisp/composite.el index d2df3d1e922..87f563030bd 100644 --- a/lisp/composite.el +++ b/lisp/composite.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 7 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 8 | ;; Registration Number H14PRO021 | 8 | ;; Registration Number H14PRO021 |
| 9 | 9 | ||
| 10 | ;; Author: Kenichi HANDA <handa@etl.go.jp> | 10 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 11 | ;; (according to ack.texi) | 11 | ;; (according to ack.texi) |
| 12 | ;; Keywords: mule, multilingual, character composition | 12 | ;; Keywords: mule, multilingual, character composition |
| 13 | ;; Package: emacs | 13 | ;; Package: emacs |
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 6d47e607ae6..e65f19dd2e1 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1996-1997, 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1997, 1999-2019 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: help, faces | 6 | ;; Keywords: help, faces |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index bc9d1d4f7d6..9846aa8d99d 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: help, faces | 6 | ;; Keywords: help, faces |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/custom.el b/lisp/custom.el index 29bf9e570a8..e2bf8718b62 100644 --- a/lisp/custom.el +++ b/lisp/custom.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | ;; | 5 | ;; |
| 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 6 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: help, faces | 7 | ;; Keywords: help, faces |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 2159f96028f..f1fae18e74b 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | ;; Author: Don Morrison | 6 | ;; Author: Don Morrison |
| 7 | ;; Lars Lindberg | 7 | ;; Lars Lindberg |
| 8 | ;; (according to ack.texi) | 8 | ;; (according to ack.texi) |
| 9 | ;; Maintainer: emacs-devel@gnu.org | ||
| 10 | ;; Created: 16 Mars 1992 | 9 | ;; Created: 16 Mars 1992 |
| 11 | ;; Lindberg's last update version: 5.7 | 10 | ;; Lindberg's last update version: 5.7 |
| 12 | ;; Keywords: abbrev expand completion convenience | 11 | ;; Keywords: abbrev expand completion convenience |
diff --git a/lisp/delsel.el b/lisp/delsel.el index 8f71bc65191..a815b91c015 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Matthieu Devin <devin@lucid.com> | 6 | ;; Author: Matthieu Devin <devin@lucid.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Created: 14 Jul 92 | 7 | ;; Created: 14 Jul 92 |
| 9 | ;; Keywords: convenience emulations | 8 | ;; Keywords: convenience emulations |
| 10 | 9 | ||
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 8be2b94458a..2976b788f0a 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994-1996, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.org> | 5 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: faces, i18n, Unicode, multilingual | 6 | ;; Keywords: faces, i18n, Unicode, multilingual |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index aae521287e3..305cfd4f321 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: files | 7 | ;; Keywords: files |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/dired.el b/lisp/dired.el index ea1943de1db..f137d4a5be0 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: files | 7 | ;; Keywords: files |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index 4a597506774..f1676bbfa3a 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Erik Naggum <erik@naggum.no> | 6 | ;; Author: Erik Naggum <erik@naggum.no> |
| 7 | ;; Based on a previous version by Howard Gayle | 7 | ;; Based on a previous version by Howard Gayle |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: i18n | 8 | ;; Keywords: i18n |
| 10 | ;; Package: emacs | 9 | ;; Package: emacs |
| 11 | 10 | ||
diff --git a/lisp/display-fill-column-indicator.el b/lisp/display-fill-column-indicator.el index 6d5f5a9f894..ec89adea218 100644 --- a/lisp/display-fill-column-indicator.el +++ b/lisp/display-fill-column-indicator.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: convenience | 5 | ;; Keywords: convenience |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/display-line-numbers.el b/lisp/display-line-numbers.el index d38f2e69635..ac01112215e 100644 --- a/lisp/display-line-numbers.el +++ b/lisp/display-line-numbers.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: convenience | 5 | ;; Keywords: convenience |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/dnd.el b/lisp/dnd.el index 459a7238dcd..82bb7c9ef86 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: window, drag, drop | 6 | ;; Keywords: window, drag, drop |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index c575dd413fc..bffd54006de 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1991, 1993, 1995-1996, 2001-2019 Free Software | 3 | ;; Copyright (C) 1991, 1993, 1995-1996, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/dos-vars.el b/lisp/dos-vars.el index 53de20b853a..0bf10133c24 100644 --- a/lisp/dos-vars.el +++ b/lisp/dos-vars.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/dynamic-setting.el b/lisp/dynamic-setting.el index cf1a8d3b73c..ea530f991a7 100644 --- a/lisp/dynamic-setting.el +++ b/lisp/dynamic-setting.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: font, system-font, tool-bar-style | 6 | ;; Keywords: font, system-font, tool-bar-style |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index 6543e5f1978..ddfad25a382 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@ai.mit.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/echistory.el b/lisp/echistory.el index e932daf2f01..8006d7bcd95 100644 --- a/lisp/echistory.el +++ b/lisp/echistory.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 9 | 8 | ||
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index 2a24c9857c2..8fc8e1f15af 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Richard Mlynarik | 5 | ;; Author: Richard Mlynarik |
| 6 | ;; (according to ack.texi and authors.el) | 6 | ;; (according to ack.texi and authors.el) |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: help, extensions | 7 | ;; Keywords: help, extensions |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/electric.el b/lisp/electric.el index 07da2f1d9e7..1f4c132f922 100644 --- a/lisp/electric.el +++ b/lisp/electric.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 2034f33d0e6..dfd6d2e5b8f 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1994, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> | 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 12 Dec 1992 | 6 | ;; Created: 12 Dec 1992 |
| 8 | ;; Keywords: extensions, lisp, tools | 7 | ;; Keywords: extensions, lisp, tools |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
diff --git a/lisp/emacs-lisp/avl-tree.el b/lisp/emacs-lisp/avl-tree.el index d2a3a131d16..a1739562f6f 100644 --- a/lisp/emacs-lisp/avl-tree.el +++ b/lisp/emacs-lisp/avl-tree.el | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | ;; Inge Wallin <inge@lysator.liu.se> | 6 | ;; Inge Wallin <inge@lysator.liu.se> |
| 7 | ;; Thomas Bellman <bellman@lysator.liu.se> | 7 | ;; Thomas Bellman <bellman@lysator.liu.se> |
| 8 | ;; Toby Cubitt <toby-predictive@dr-qubit.org> | 8 | ;; Toby Cubitt <toby-predictive@dr-qubit.org> |
| 9 | ;; Maintainer: emacs-devel@gnu.org | ||
| 10 | ;; Created: 10 May 1991 | 9 | ;; Created: 10 May 1991 |
| 11 | ;; Keywords: extensions, data structures, AVL, tree | 10 | ;; Keywords: extensions, data structures, AVL, tree |
| 12 | 11 | ||
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index 5e72dc3b400..344a0ba8f61 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Rick Sladkey <jrs@world.std.com> | 6 | ;; Author: Rick Sladkey <jrs@world.std.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: extensions, internal | 7 | ;; Keywords: extensions, internal |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 44cca6136c0..02a9749f47a 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: internal | 7 | ;; Keywords: internal |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index 842d1d48b45..811b485dc6f 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 6 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: internal | 7 | ;; Keywords: internal |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index e76baf5ed0d..95e287c806c 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> | 7 | ;; Hallvard Furuseth <hbf@ulrik.uio.no> |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: lisp | 8 | ;; Keywords: lisp |
| 10 | ;; Package: emacs | 9 | ;; Package: emacs |
| 11 | 10 | ||
diff --git a/lisp/emacs-lisp/cconv.el b/lisp/emacs-lisp/cconv.el index 58ca9d5f57e..21af4b6e631 100644 --- a/lisp/emacs-lisp/cconv.el +++ b/lisp/emacs-lisp/cconv.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Igor Kuzmin <kzuminig@iro.umontreal.ca> | 5 | ;; Author: Igor Kuzmin <kzuminig@iro.umontreal.ca> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: lisp | 6 | ;; Keywords: lisp |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index 10af440008d..ea6efbf851d 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 5 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 6 | ;; Created: July 1987 | 6 | ;; Created: July 1987 |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: lisp, tools | 7 | ;; Keywords: lisp, tools |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 8989aa07196..259f240d297 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1994, 2001-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985-1986, 1994, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: lisp, tools, maint | 6 | ;; Keywords: lisp, tools, maint |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index 6db0584b987..9f7beeaef51 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | ;; Inc. | 5 | ;; Inc. |
| 6 | 6 | ||
| 7 | ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) | 7 | ;; Author: David Megginson (dmeggins@aix1.uottawa.ca) |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: extensions | 8 | ;; Keywords: extensions |
| 10 | ;; Package: emacs | 9 | ;; Package: emacs |
| 11 | 10 | ||
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el index 3fc22247fa6..ed3c1fbaa94 100644 --- a/lisp/emacs-lisp/disass.el +++ b/lisp/emacs-lisp/disass.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Doug Cutting <doug@csli.stanford.edu> | 5 | ;; Author: Doug Cutting <doug@csli.stanford.edu> |
| 6 | ;; Jamie Zawinski <jwz@lucid.com> | 6 | ;; Jamie Zawinski <jwz@lucid.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: internal | 7 | ;; Keywords: internal |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index ab5553b4e83..b8da76ccf0b 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> | 6 | ;; Author: Daniel LaLiberte <liberte@holonexus.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: lisp, tools, maint | 7 | ;; Keywords: lisp, tools, maint |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 188d99e14cb..23f303bc28a 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1996-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Noah Friedman <friedman@splode.com> | 5 | ;; Author: Noah Friedman <friedman@splode.com> |
| 6 | ;; Maintainer: friedman@splode.com | 6 | ;; Maintainer: Noah Friedman <friedman@splode.com> |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions |
| 8 | ;; Created: 1995-10-06 | 8 | ;; Created: 1995-10-06 |
| 9 | 9 | ||
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el index f0dcb51af89..1f8d31a3fcc 100644 --- a/lisp/emacs-lisp/elp.el +++ b/lisp/emacs-lisp/elp.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Barry A. Warsaw | 6 | ;; Author: Barry A. Warsaw |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Created: 26-Feb-1994 | 7 | ;; Created: 26-Feb-1994 |
| 9 | ;; Keywords: debugging lisp tools | 8 | ;; Keywords: debugging lisp tools |
| 10 | 9 | ||
diff --git a/lisp/emacs-lisp/ewoc.el b/lisp/emacs-lisp/ewoc.el index c33b46501ff..597afdd66f2 100644 --- a/lisp/emacs-lisp/ewoc.el +++ b/lisp/emacs-lisp/ewoc.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Per Cederqvist <ceder@lysator.liu.se> | 5 | ;; Author: Per Cederqvist <ceder@lysator.liu.se> |
| 6 | ;; Inge Wallin <inge@lysator.liu.se> | 6 | ;; Inge Wallin <inge@lysator.liu.se> |
| 7 | ;; Maintainer: monnier@gnu.org | 7 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
| 8 | ;; Created: 3 Aug 1992 | 8 | ;; Created: 3 Aug 1992 |
| 9 | ;; Keywords: extensions, lisp | 9 | ;; Keywords: extensions, lisp |
| 10 | 10 | ||
diff --git a/lisp/emacs-lisp/float-sup.el b/lisp/emacs-lisp/float-sup.el index 54c8afe62b4..6ee378e8528 100644 --- a/lisp/emacs-lisp/float-sup.el +++ b/lisp/emacs-lisp/float-sup.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el index d1bd46fb584..4a84cfa3e2d 100644 --- a/lisp/emacs-lisp/helper.el +++ b/lisp/emacs-lisp/helper.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: help | 6 | ;; Keywords: help |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 91c76158a31..81adbd5d4f1 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Created: 14 Jul 1992 | 7 | ;; Created: 14 Jul 1992 |
| 9 | ;; Keywords: docs | 8 | ;; Keywords: docs |
| 10 | ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! | 9 | ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out! |
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index fa6dc98d04c..021708c588a 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: lisp, languages | 5 | ;; Keywords: lisp, languages |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 38df920f17a..f653f6c1099 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1994, 2000-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985-1986, 1994, 2000-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: lisp, languages | 6 | ;; Keywords: lisp, languages |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/emacs-lisp/map-ynp.el b/lisp/emacs-lisp/map-ynp.el index a688330b74a..e8337a99c80 100644 --- a/lisp/emacs-lisp/map-ynp.el +++ b/lisp/emacs-lisp/map-ynp.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1991-1995, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-1995, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.org> | 5 | ;; Author: Roland McGrath <roland@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: lisp, extensions | 6 | ;; Keywords: lisp, extensions |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index 54e802edf4f..774df3f84e7 100644 --- a/lisp/emacs-lisp/map.el +++ b/lisp/emacs-lisp/map.el | |||
| @@ -8,8 +8,6 @@ | |||
| 8 | ;; Package-Requires: ((emacs "25")) | 8 | ;; Package-Requires: ((emacs "25")) |
| 9 | ;; Package: map | 9 | ;; Package: map |
| 10 | 10 | ||
| 11 | ;; Maintainer: emacs-devel@gnu.org | ||
| 12 | |||
| 13 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 14 | 12 | ||
| 15 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 13 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el index 00f72e284ad..2753bbd5482 100644 --- a/lisp/emacs-lisp/regexp-opt.el +++ b/lisp/emacs-lisp/regexp-opt.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Marshall <simon@gnu.org> | 5 | ;; Author: Simon Marshall <simon@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: strings, regexps, extensions | 6 | ;; Keywords: strings, regexps, extensions |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/ring.el b/lisp/emacs-lisp/ring.el index c7d0268a77f..91c043fb3fb 100644 --- a/lisp/emacs-lisp/ring.el +++ b/lisp/emacs-lisp/ring.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: extensions | 5 | ;; Keywords: extensions |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/rmc.el b/lisp/emacs-lisp/rmc.el index 6d1adae9749..4c90f47c914 100644 --- a/lisp/emacs-lisp/rmc.el +++ b/lisp/emacs-lisp/rmc.el | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | |||
| 7 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 8 | 6 | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index fdd24317c6a..9d9028d87d5 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: strings, regexps, extensions | 6 | ;; Keywords: strings, regexps, extensions |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el index 3413cd1513c..8997b7501b2 100644 --- a/lisp/emacs-lisp/seq.el +++ b/lisp/emacs-lisp/seq.el | |||
| @@ -7,8 +7,6 @@ | |||
| 7 | ;; Version: 2.21 | 7 | ;; Version: 2.21 |
| 8 | ;; Package: seq | 8 | ;; Package: seq |
| 9 | 9 | ||
| 10 | ;; Maintainer: emacs-devel@gnu.org | ||
| 11 | |||
| 12 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 13 | 11 | ||
| 14 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 12 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index b9ffe6a6fc6..33445835aed 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: convenience | 5 | ;; Keywords: convenience |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/emacs-lisp/syntax.el b/lisp/emacs-lisp/syntax.el index f1904e64efb..f488bed3b0e 100644 --- a/lisp/emacs-lisp/syntax.el +++ b/lisp/emacs-lisp/syntax.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/tcover-ses.el b/lisp/emacs-lisp/tcover-ses.el index 29b481849e2..8d2f8217c61 100644 --- a/lisp/emacs-lisp/tcover-ses.el +++ b/lisp/emacs-lisp/tcover-ses.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@engineer.com> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 6 | ;; Maintainer: Jonathan Yavner <jyavner@engineer.com> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> |
| 7 | ;; Keywords: spreadsheet lisp utility | 7 | ;; Keywords: spreadsheet lisp utility |
| 8 | ;; Package: testcover | 8 | ;; Package: testcover |
| 9 | 9 | ||
diff --git a/lisp/emacs-lisp/tcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el index 571f53c7957..daae3ad43bc 100644 --- a/lisp/emacs-lisp/tcover-unsafep.el +++ b/lisp/emacs-lisp/tcover-unsafep.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@engineer.com> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 6 | ;; Maintainer: Jonathan Yavner <jyavner@engineer.com> | 6 | ;; Maintainer: Jonathan Yavner <jyavner@member.fsf.org> |
| 7 | ;; Keywords: safety lisp utility | 7 | ;; Keywords: safety lisp utility |
| 8 | ;; Package: testcover | 8 | ;; Package: testcover |
| 9 | 9 | ||
diff --git a/lisp/emacs-lisp/thunk.el b/lisp/emacs-lisp/thunk.el index e1370c45911..968dc71f678 100644 --- a/lisp/emacs-lisp/thunk.el +++ b/lisp/emacs-lisp/thunk.el | |||
| @@ -7,8 +7,6 @@ | |||
| 7 | ;; Version: 1.0 | 7 | ;; Version: 1.0 |
| 8 | ;; Package: thunk | 8 | ;; Package: thunk |
| 9 | 9 | ||
| 10 | ;; Maintainer: emacs-devel@gnu.org | ||
| 11 | |||
| 12 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 13 | 11 | ||
| 14 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 12 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/emacs-lisp/timer-list.el b/lisp/emacs-lisp/timer-list.el index 55aa56b72e0..3a791c2af44 100644 --- a/lisp/emacs-lisp/timer-list.el +++ b/lisp/emacs-lisp/timer-list.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Package: emacs | 5 | ;; Package: emacs |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el index 22ccc35103a..668da42a6ef 100644 --- a/lisp/emacs-lisp/timer.el +++ b/lisp/emacs-lisp/timer.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Package: emacs | 5 | ;; Package: emacs |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lisp/tq.el b/lisp/emacs-lisp/tq.el index 4249305feee..ca2d2a23c75 100644 --- a/lisp/emacs-lisp/tq.el +++ b/lisp/emacs-lisp/tq.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Scott Draves <spot@cs.cmu.edu> | 6 | ;; Author: Scott Draves <spot@cs.cmu.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 9 | ;; Keywords: extensions | 8 | ;; Keywords: extensions |
| 10 | 9 | ||
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 2f271c1f708..0a8351195f1 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993, 1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> | 5 | ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 15 Dec 1992 | 6 | ;; Created: 15 Dec 1992 |
| 8 | ;; Keywords: tools, lisp | 7 | ;; Keywords: tools, lisp |
| 9 | 8 | ||
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el index 13ca605dd00..70d6b077ebc 100644 --- a/lisp/emacs-lisp/warnings.el +++ b/lisp/emacs-lisp/warnings.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el index 0cded29193a..05b4c010f68 100644 --- a/lisp/emacs-lock.el +++ b/lisp/emacs-lock.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> | 5 | ;; Author: Juanma Barranquero <lekktu@gmail.com> |
| 6 | ;; Inspired by emacs-lock.el by Tom Wurgler <twurgler@goodyear.com> | 6 | ;; Inspired by emacs-lock.el by Tom Wurgler <twurgler@goodyear.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: extensions, processes | 7 | ;; Keywords: extensions, processes |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/env.el b/lisp/env.el index 5a4130eb3be..30b63a8e552 100644 --- a/lisp/env.el +++ b/lisp/env.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1994, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1994, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: processes, unix | 5 | ;; Keywords: processes, unix |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/erc/erc-autoaway.el b/lisp/erc/erc-autoaway.el index 9e224e0b828..298cffb49ae 100644 --- a/lisp/erc/erc-autoaway.el +++ b/lisp/erc/erc-autoaway.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoAway |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index 210830a2b49..eb441c29b41 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Filename: erc-backend.el | 5 | ;; Filename: erc-backend.el |
| 6 | ;; Author: Lawrence Mitchell <wence@gmx.li> | 6 | ;; Author: Lawrence Mitchell <wence@gmx.li> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Created: 2004-05-7 | 7 | ;; Created: 2004-05-7 |
| 9 | ;; Keywords: IRC chat client internet | 8 | ;; Keywords: IRC chat client internet |
| 10 | 9 | ||
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index c8aa887a652..8e2a6b980d0 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1996-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: irc, button, url, regexp | 6 | ;; Keywords: irc, button, url, regexp |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcButton | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcButton |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-capab.el b/lisp/erc/erc-capab.el index 210a7736cc0..3d99c259aad 100644 --- a/lisp/erc/erc-capab.el +++ b/lisp/erc/erc-capab.el | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | |||
| 7 | ; This file is part of GNU Emacs. | 5 | ; This file is part of GNU Emacs. |
| 8 | 6 | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el index e724e367ab1..3b362774b6b 100644 --- a/lisp/erc/erc-compat.el +++ b/lisp/erc/erc-compat.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2003, 2005-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2003, 2005-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC | 6 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index a6b7532e1f3..b835191960e 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> | 6 | ;; Author: Ben A. Mesander <ben@gnu.ai.mit.edu> |
| 7 | ;; Noah Friedman <friedman@prep.ai.mit.edu> | 7 | ;; Noah Friedman <friedman@prep.ai.mit.edu> |
| 8 | ;; Per Persson <pp@sno.pp.se> | 8 | ;; Per Persson <pp@sno.pp.se> |
| 9 | ;; Maintainer: emacs-devel@gnu.org | ||
| 10 | ;; Keywords: comm, processes | 9 | ;; Keywords: comm, processes |
| 11 | ;; Created: 1994-01-23 | 10 | ;; Created: 1994-01-23 |
| 12 | 11 | ||
diff --git a/lisp/erc/erc-ezbounce.el b/lisp/erc/erc-ezbounce.el index a2c9336826a..5784e63d7f8 100644 --- a/lisp/erc/erc-ezbounce.el +++ b/lisp/erc/erc-ezbounce.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-fill.el b/lisp/erc/erc-fill.el index 934b52a938c..ef876f464e3 100644 --- a/lisp/erc/erc-fill.el +++ b/lisp/erc/erc-fill.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Mario Lang <mlang@delysid.org> | 6 | ;; Mario Lang <mlang@delysid.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcFilling | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcFilling |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index 884c594b9ed..0d16aaf5412 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | 6 | ||
| 8 | ;; Most code is taken verbatim from erc.el, see there for the original | 7 | ;; Most code is taken verbatim from erc.el, see there for the original |
| 9 | ;; authors. | 8 | ;; authors. |
diff --git a/lisp/erc/erc-ibuffer.el b/lisp/erc/erc-ibuffer.el index 149c858d2e8..ce0104b3054 100644 --- a/lisp/erc/erc-ibuffer.el +++ b/lisp/erc/erc-ibuffer.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcIbuffer | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcIbuffer |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-identd.el b/lisp/erc/erc-identd.el index d95e0eac0c7..96b45899b49 100644 --- a/lisp/erc/erc-identd.el +++ b/lisp/erc/erc-identd.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2003, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, processes | 6 | ;; Keywords: comm, processes |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-imenu.el b/lisp/erc/erc-imenu.el index 08f52f13647..e40dc1fc250 100644 --- a/lisp/erc/erc-imenu.el +++ b/lisp/erc/erc-imenu.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Mario Lang <mlang@delysid.org> | 6 | ;; Author: Mario Lang <mlang@delysid.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: comm | 7 | ;; Keywords: comm |
| 9 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcImenu | 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcImenu |
| 10 | 9 | ||
diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el index 896521eaf0a..18cc8b54252 100644 --- a/lisp/erc/erc-join.el +++ b/lisp/erc/erc-join.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: irc | 6 | ;; Keywords: irc |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoJoin | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcAutoJoin |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index f0dbe69f791..765898da7b9 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Old-Version: 1.0.0 | 6 | ;; Old-Version: 1.0.0 |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcLang |
| 9 | ;; Keywords: comm languages processes | 8 | ;; Keywords: comm languages processes |
diff --git a/lisp/erc/erc-list.el b/lisp/erc/erc-list.el index d8d9e17c95a..6a2ba785ba4 100644 --- a/lisp/erc/erc-list.el +++ b/lisp/erc/erc-list.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tom Tromey <tromey@redhat.com> | 5 | ;; Author: Tom Tromey <tromey@redhat.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Old-Version: 0.1 | 6 | ;; Old-Version: 0.1 |
| 8 | ;; Keywords: comm | 7 | ;; Keywords: comm |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index 4153f5c57bd..fc12dc73ef5 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lawrence Mitchell <wence@gmx.li> | 5 | ;; Author: Lawrence Mitchell <wence@gmx.li> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: IRC, chat, client, Internet, logging | 6 | ;; Keywords: IRC, chat, client, Internet, logging |
| 8 | 7 | ||
| 9 | ;; Created 2003-04-26 | 8 | ;; Created 2003-04-26 |
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index cc4b4a88f11..98ddebd0cfc 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, faces | 6 | ;; Keywords: comm, faces |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcMatch | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcMatch |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-menu.el b/lisp/erc/erc-menu.el index 8173829797b..e13404ca133 100644 --- a/lisp/erc/erc-menu.el +++ b/lisp/erc/erc-menu.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2001-2002, 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2002, 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, processes, menu | 6 | ;; Keywords: comm, processes, menu |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-netsplit.el b/lisp/erc/erc-netsplit.el index 87c3a61b663..252af715d72 100644 --- a/lisp/erc/erc-netsplit.el +++ b/lisp/erc/erc-netsplit.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-networks.el b/lisp/erc/erc-networks.el index eca8ad6a899..e92da7b7253 100644 --- a/lisp/erc/erc-networks.el +++ b/lisp/erc/erc-networks.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002, 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> | 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-notify.el b/lisp/erc/erc-notify.el index 45dae899900..9bd062a98d6 100644 --- a/lisp/erc/erc-notify.el +++ b/lisp/erc/erc-notify.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> | 5 | ;; Author: Mario Lang <mlang@lexx.delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-page.el b/lisp/erc/erc-page.el index cb57883ae6f..4e7fed7b403 100644 --- a/lisp/erc/erc-page.el +++ b/lisp/erc/erc-page.el | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | |||
| 7 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 8 | 6 | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el index dd2da85d0e8..e2489a8d0ee 100644 --- a/lisp/erc/erc-pcomplete.el +++ b/lisp/erc/erc-pcomplete.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Sacha Chua <sacha@free.net.ph> | 5 | ;; Author: Sacha Chua <sacha@free.net.ph> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, convenience | 6 | ;; Keywords: comm, convenience |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el index 2e0e54a030f..e1c495c9036 100644 --- a/lisp/erc/erc-replace.el +++ b/lisp/erc/erc-replace.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andreas Fuchs <asf@void.at> | 6 | ;; Author: Andreas Fuchs <asf@void.at> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: IRC, client, Internet | 7 | ;; Keywords: IRC, client, Internet |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-ring.el b/lisp/erc/erc-ring.el index 5459d8b01e5..54f91d134cb 100644 --- a/lisp/erc/erc-ring.el +++ b/lisp/erc/erc-ring.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2001-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcHistory | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcHistory |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index 886ba60eb47..f500f4c1278 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | |||
| 7 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 8 | 6 | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/erc/erc-sound.el b/lisp/erc/erc-sound.el index 34f7ce62c74..38e0b2885bb 100644 --- a/lisp/erc/erc-sound.el +++ b/lisp/erc/erc-sound.el | |||
| @@ -2,8 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2003, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2003, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | |||
| 7 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 8 | 6 | ||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 7 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/erc/erc-speedbar.el b/lisp/erc/erc-speedbar.el index 0a1e38fe248..833ad2f1e78 100644 --- a/lisp/erc/erc-speedbar.el +++ b/lisp/erc/erc-speedbar.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Contributor: Eric M. Ludlam <eric@siege-engine.com> | 6 | ;; Contributor: Eric M. Ludlam <eric@siege-engine.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el index 69a83fa032b..8df7ea9e4c1 100644 --- a/lisp/erc/erc-spelling.el +++ b/lisp/erc/erc-spelling.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: irc | 6 | ;; Keywords: irc |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcSpelling | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcSpelling |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index 860fdbb77ce..541c67a74fb 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, processes, timestamp | 6 | ;; Keywords: comm, processes, timestamp |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcStamp | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcStamp |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index e51e6056fb9..14e86c199a2 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, faces | 6 | ;; Keywords: comm, faces |
| 8 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcChannelTracking | 7 | ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcChannelTracking |
| 9 | 8 | ||
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el index 04174295520..73c7316b346 100644 --- a/lisp/erc/erc-truncate.el +++ b/lisp/erc/erc-truncate.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2003-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: IRC, chat, client, Internet, logging | 6 | ;; Keywords: IRC, chat, client, Internet, logging |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el index 162b22e15c6..20a91b7a30d 100644 --- a/lisp/erc/erc-xdcc.el +++ b/lisp/erc/erc-xdcc.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2003-2004, 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2004, 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, processes | 6 | ;; Keywords: comm, processes |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index d1fa5c7f120..fc0f6128f6f 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -10,7 +10,6 @@ | |||
| 10 | ;; Gergely Nagy (algernon@midgard.debian.net) | 10 | ;; Gergely Nagy (algernon@midgard.debian.net) |
| 11 | ;; David Edmondson (dme@dme.org) | 11 | ;; David Edmondson (dme@dme.org) |
| 12 | ;; Kelvin White (kwhite@gnu.org) | 12 | ;; Kelvin White (kwhite@gnu.org) |
| 13 | ;; Maintainer: emacs-devel@gnu.org | ||
| 14 | ;; Keywords: IRC, chat, client, Internet | 13 | ;; Keywords: IRC, chat, client, Internet |
| 15 | 14 | ||
| 16 | ;; Version: 5.3 | 15 | ;; Version: 5.3 |
diff --git a/lisp/expand.el b/lisp/expand.el index 0c4d343090c..7eaf7fdab05 100644 --- a/lisp/expand.el +++ b/lisp/expand.el | |||
| @@ -3,7 +3,6 @@ | |||
| 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: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> | 5 | ;; Author: Frederic Lepied <Frederic.Lepied@sugix.frmug.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/faces.el b/lisp/faces.el index 89b598669c9..137ce99d5e6 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-1996, 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1996, 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/ffap.el b/lisp/ffap.el index 08f72089450..4e91a7affaf 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1995-1997, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1997, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> | 5 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 29 Mar 1993 | 6 | ;; Created: 29 Mar 1993 |
| 8 | ;; Keywords: files, hypermedia, matching, mouse, convenience | 7 | ;; Keywords: files, hypermedia, matching, mouse, convenience |
| 9 | 8 | ||
diff --git a/lisp/files-x.el b/lisp/files-x.el index b71e9204f32..0d156db0e62 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juri Linkov <juri@jurta.org> | 5 | ;; Author: Juri Linkov <juri@jurta.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: files | 6 | ;; Keywords: files |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/files.el b/lisp/files.el index 1dec0ed7ca9..21fa6143e3d 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Package: emacs | 5 | ;; Package: emacs |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/filesets.el b/lisp/filesets.el index b74b4a8a400..05c30dedf40 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thomas Link <sanobast-emacs@yahoo.de> | 5 | ;; Author: Thomas Link <sanobast-emacs@yahoo.de> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: filesets convenience | 6 | ;; Keywords: filesets convenience |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index ef137be9bbf..578f7653628 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org>, | 6 | ;; Author: Roland McGrath <roland@gnu.org>, |
| 7 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> | 7 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: unix | 8 | ;; Keywords: unix |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/find-file.el b/lisp/find-file.el index 87314086a4a..f93d2a02d74 100644 --- a/lisp/find-file.el +++ b/lisp/find-file.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; find-file.el --- find a file corresponding to this one given a pattern | 1 | ;;; find-file.el --- find a file corresponding to this one given a pattern |
| 2 | 2 | ||
| 3 | ;; Author: Henry Guillaume <henri@tibco.com, henry@c032.aone.net.au> | 3 | ;; Author: Henry Guillaume <henri@tibco.com, henry@c032.aone.net.au> |
| 4 | ;; Maintainer: emacs-devel@gnu.org | ||
| 5 | ;; Keywords: c, matching, tools | 4 | ;; Keywords: c, matching, tools |
| 6 | 5 | ||
| 7 | ;; Copyright (C) 1994-1995, 2001-2019 Free Software Foundation, Inc. | 6 | ;; Copyright (C) 1994-1995, 2001-2019 Free Software Foundation, Inc. |
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el index e92b6b4df2e..0b95efaf041 100644 --- a/lisp/flow-ctrl.el +++ b/lisp/flow-ctrl.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kevin Gallagher | 6 | ;; Author: Kevin Gallagher |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 9 | ;; Keywords: hardware | 8 | ;; Keywords: hardware |
| 10 | 9 | ||
diff --git a/lisp/foldout.el b/lisp/foldout.el index 3ef88fe686a..2eae65a7928 100644 --- a/lisp/foldout.el +++ b/lisp/foldout.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> | 5 | ;; Author: Kevin Broadey <KevinB@bartley.demon.co.uk> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 27 Jan 1994 | 6 | ;; Created: 27 Jan 1994 |
| 8 | ;; Version: 1.10 | 7 | ;; Version: 1.10 |
| 9 | ;; Keywords: folding, outlines | 8 | ;; Keywords: folding, outlines |
diff --git a/lisp/follow.el b/lisp/follow.el index acc2b26c550..47e7aa4cd5e 100644 --- a/lisp/follow.el +++ b/lisp/follow.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Anders Lindgren | 6 | ;; Author: Anders Lindgren |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Created: 1995-05-25 | 7 | ;; Created: 1995-05-25 |
| 9 | ;; Keywords: display, window, minor-mode, convenience | 8 | ;; Keywords: display, window, minor-mode, convenience |
| 10 | 9 | ||
diff --git a/lisp/font-core.el b/lisp/font-core.el index 6b26f0cb92e..da6c91bca5e 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: languages, faces | 5 | ;; Keywords: languages, faces |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 3991a4ee8ef..b0e4598bac7 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | ;; Author: Jamie Zawinski | 5 | ;; Author: Jamie Zawinski |
| 6 | ;; Richard Stallman | 6 | ;; Richard Stallman |
| 7 | ;; Stefan Monnier | 7 | ;; Stefan Monnier |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: languages, faces | 8 | ;; Keywords: languages, faces |
| 10 | ;; Package: emacs | 9 | ;; Package: emacs |
| 11 | 10 | ||
diff --git a/lisp/frame.el b/lisp/frame.el index a8c230cb7b2..8e0738f31c0 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1994, 1996-1997, 2000-2019 Free Software | 3 | ;; Copyright (C) 1993-1994, 1996-1997, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/fringe.el b/lisp/fringe.el index 92387a21571..632efa81a8d 100644 --- a/lisp/fringe.el +++ b/lisp/fringe.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Josefsson <simon@josefsson.org> | 5 | ;; Author: Simon Josefsson <simon@josefsson.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: frames | 6 | ;; Keywords: frames |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 50d69e70de4..9d997368074 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/help-macro.el b/lisp/help-macro.el index a16d1e34b43..9c90d6da148 100644 --- a/lisp/help-macro.el +++ b/lisp/help-macro.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lynn Slater <lrs@indetech.com> | 5 | ;; Author: Lynn Slater <lrs@indetech.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: Mon Oct 1 11:42:39 1990 | 6 | ;; Created: Mon Oct 1 11:42:39 1990 |
| 8 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 6cc3f0d4f71..304c45dad3c 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/help.el b/lisp/help.el index 42ff3755650..0677368a4d6 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1993-1994, 1998-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/hexl.el b/lisp/hexl.el index ee5a9c0fce2..df501dfc68f 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> | 6 | ;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: data | 7 | ;; Keywords: data |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 404f448e0d2..17d3dc7d8d7 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Holst <aho@sans.kth.se> | 5 | ;; Author: Anders Holst <aho@sans.kth.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Version: 1.6 | 6 | ;; Version: 1.6 |
| 8 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |
| 9 | 8 | ||
diff --git a/lisp/hl-line.el b/lisp/hl-line.el index 1c09bc26f68..e4fef214d65 100644 --- a/lisp/hl-line.el +++ b/lisp/hl-line.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 1998-09-13 | 6 | ;; Created: 1998-09-13 |
| 8 | ;; Keywords: faces, frames, emulations | 7 | ;; Keywords: faces, frames, emulations |
| 9 | 8 | ||
diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 10fd3a698c5..698025e5504 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ;; Copyright (C) 1992-1994, 1997, 1999, 2001-2019 Free Software | 3 | ;; Copyright (C) 1992-1994, 1997, 1999, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Ken Manheimer <klm@i.am> | 6 | ;; Author: Ken Manheimer <ken dot manheimer at gmail...> |
| 7 | ;; Maintainer: Ken Manheimer <klm@i.am> | 7 | ;; Maintainer: Ken Manheimer <ken dot manheimer at gmail...> |
| 8 | ;; Created: Mar 1993 Ken Manheimer, klm@nist.gov - first release to usenet | 8 | ;; Created: Mar 1993 Ken Manheimer, klm@nist.gov - first release to usenet |
| 9 | ;; Keywords: help, abbrev | 9 | ;; Keywords: help, abbrev |
| 10 | 10 | ||
diff --git a/lisp/ielm.el b/lisp/ielm.el index c7a31a23e68..1531415e741 100644 --- a/lisp/ielm.el +++ b/lisp/ielm.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Smith <maa036@lancaster.ac.uk> | 5 | ;; Author: David Smith <maa036@lancaster.ac.uk> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 25 Feb 1994 | 6 | ;; Created: 25 Feb 1994 |
| 8 | ;; Keywords: lisp | 7 | ;; Keywords: lisp |
| 9 | 8 | ||
diff --git a/lisp/iimage.el b/lisp/iimage.el index e51108ee28f..17b715a66b9 100644 --- a/lisp/iimage.el +++ b/lisp/iimage.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> | 5 | ;; Author: KOSEKI Yoshinori <kose@meadowy.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: multimedia | 6 | ;; Keywords: multimedia |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/image.el b/lisp/image.el index db113020866..6cc2cc39027 100644 --- a/lisp/image.el +++ b/lisp/image.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: multimedia | 5 | ;; Keywords: multimedia |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/imenu.el b/lisp/imenu.el index 5084fe61eff..6e16e131835 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> | 5 | ;; Author: Ake Stenhoff <etxaksf@aom.ericsson.se> |
| 6 | ;; Lars Lindberg <lli@sypro.cap.se> | 6 | ;; Lars Lindberg <lli@sypro.cap.se> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Created: 8 Feb 1994 | 7 | ;; Created: 8 Feb 1994 |
| 9 | ;; Keywords: tools convenience | 8 | ;; Keywords: tools convenience |
| 10 | 9 | ||
diff --git a/lisp/indent.el b/lisp/indent.el index bf87d6af760..1dbece73d6e 100644 --- a/lisp/indent.el +++ b/lisp/indent.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1995, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1995, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Package: emacs | 5 | ;; Package: emacs |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/info.el b/lisp/info.el index c211887a39a..61803950d18 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: help | 5 | ;; Keywords: help |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/informat.el b/lisp/informat.el index 8108ffe42af..246b3b979b5 100644 --- a/lisp/informat.el +++ b/lisp/informat.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: help | 5 | ;; Keywords: help |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/international/isearch-x.el b/lisp/international/isearch-x.el index 6c2a2dc9b99..c12e7b39a8d 100644 --- a/lisp/international/isearch-x.el +++ b/lisp/international/isearch-x.el | |||
| @@ -8,8 +8,8 @@ | |||
| 8 | 8 | ||
| 9 | ;; Keywords: i18n, multilingual, isearch | 9 | ;; Keywords: i18n, multilingual, isearch |
| 10 | 10 | ||
| 11 | ;; Author: Kenichi HANDA <handa@etl.go.jp> | 11 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 12 | ;; Maintainer: Kenichi HANDA <handa@etl.go.jp> | 12 | ;; Maintainer: Kenichi Handa <handa@gnu.org> |
| 13 | 13 | ||
| 14 | ;; This file is part of GNU Emacs. | 14 | ;; This file is part of GNU Emacs. |
| 15 | 15 | ||
diff --git a/lisp/international/iso-ascii.el b/lisp/international/iso-ascii.el index 395e6c4dcd0..b317b8aad7f 100644 --- a/lisp/international/iso-ascii.el +++ b/lisp/international/iso-ascii.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: i18n | 7 | ;; Keywords: i18n |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/international/iso-transl.el b/lisp/international/iso-transl.el index b573e1e47c5..14da02c73d9 100644 --- a/lisp/international/iso-transl.el +++ b/lisp/international/iso-transl.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howard Gayle | 6 | ;; Author: Howard Gayle |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: i18n | 7 | ;; Keywords: i18n |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/international/ogonek.el b/lisp/international/ogonek.el index 543f2e33888..fd68137f2b3 100644 --- a/lisp/international/ogonek.el +++ b/lisp/international/ogonek.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Włodek Bzyl | 5 | ;; Author: Włodek Bzyl |
| 6 | ;; Ryszard Kubiak | 6 | ;; Ryszard Kubiak |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: i18n | 7 | ;; Keywords: i18n |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 3266b93b446..2683118aafe 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -6,9 +6,9 @@ | |||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
| 9 | ;; Author: Kenichi HANDA <handa@etl.go.jp> | 9 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 10 | ;; Naoto TAKAHASHI <ntakahas@etl.go.jp> | 10 | ;; Naoto Takahashi <ntakahas@etl.go.jp> |
| 11 | ;; Maintainer: Kenichi HANDA <handa@etl.go.jp> | 11 | ;; Maintainer: Kenichi Handa <handa@gnu.org> |
| 12 | ;; Keywords: mule, multilingual, input method, i18n | 12 | ;; Keywords: mule, multilingual, input method, i18n |
| 13 | 13 | ||
| 14 | ;; This file is part of GNU Emacs. | 14 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/international/utf7.el b/lisp/international/utf7.el index 0e67a62aa6b..f22fb8d38bc 100644 --- a/lisp/international/utf7.el +++ b/lisp/international/utf7.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jon K Hellan <hellan@acm.org> | 5 | ;; Author: Jon K Hellan <hellan@acm.org> |
| 6 | ;; Maintainer: bugs@gnus.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/isearch.el b/lisp/isearch.el index bb29c2914be..5aaeae438a3 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-1997, 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1997, 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> | 5 | ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: matching | 6 | ;; Keywords: matching |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/isearchb.el b/lisp/isearchb.el index ee392b349e8..dc1836865b5 100644 --- a/lisp/isearchb.el +++ b/lisp/isearchb.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 16 Apr 2004 | 6 | ;; Created: 16 Apr 2004 |
| 8 | ;; Version: 1.5 | 7 | ;; Version: 1.5 |
| 9 | ;; Keywords: lisp | 8 | ;; Keywords: lisp |
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el index 3aa84f45b0d..b6ff9f12f1e 100644 --- a/lisp/jka-cmpr-hook.el +++ b/lisp/jka-cmpr-hook.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jay K. Adams <jka@ece.cmu.edu> | 6 | ;; Author: Jay K. Adams <jka@ece.cmu.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: data | 7 | ;; Keywords: data |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 63fb449b48b..8c9dd8abb63 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jay K. Adams <jka@ece.cmu.edu> | 6 | ;; Author: Jay K. Adams <jka@ece.cmu.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: data | 7 | ;; Keywords: data |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/kermit.el b/lisp/kermit.el index f6ed1fbda1c..77c2cbd4d60 100644 --- a/lisp/kermit.el +++ b/lisp/kermit.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jeff Norden <jeff@colgate.csnet> | 5 | ;; Author: Jeff Norden <jeff@colgate.csnet> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 15 Feb 1988 | 6 | ;; Created: 15 Feb 1988 |
| 8 | ;; Keywords: comm | 7 | ;; Keywords: comm |
| 9 | 8 | ||
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el index 75d4249423c..564ac5f5921 100644 --- a/lisp/language/cyrillic.el +++ b/lisp/language/cyrillic.el | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 10 | ;; Registration Number H13PRO009 | 10 | ;; Registration Number H13PRO009 |
| 11 | 11 | ||
| 12 | ;; Author: Kenichi Handa <handa@etl.go.jp> | 12 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 13 | ;; Keywords: multilingual, Cyrillic, i18n | 13 | ;; Keywords: multilingual, Cyrillic, i18n |
| 14 | 14 | ||
| 15 | ;; This file is part of GNU Emacs. | 15 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/language/european.el b/lisp/language/european.el index 8c38175972f..fedbca4eb69 100644 --- a/lisp/language/european.el +++ b/lisp/language/european.el | |||
| @@ -525,7 +525,7 @@ method and applying Turkish case rules for the characters i, I, ı, İ."))) | |||
| 525 | (set-case-syntax ?ı "w" table))) | 525 | (set-case-syntax ?ı "w" table))) |
| 526 | 526 | ||
| 527 | ;; Polish ISO 8859-2 environment. | 527 | ;; Polish ISO 8859-2 environment. |
| 528 | ;; Maintainer: Wlodek Bzyl <matwb@univ.gda.pl> | 528 | ;; Maintainer: Włodek Bzyl <matwb@univ.gda.pl> |
| 529 | ;; Keywords: multilingual, Polish | 529 | ;; Keywords: multilingual, Polish |
| 530 | 530 | ||
| 531 | (set-language-info-alist | 531 | (set-language-info-alist |
diff --git a/lisp/language/indian.el b/lisp/language/indian.el index d63e9b465fa..894a01502c6 100644 --- a/lisp/language/indian.el +++ b/lisp/language/indian.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
| 8 | ;; Maintainer: Kenichi Handa <handa@m17n.org> | 8 | ;; Maintainer: Kenichi Handa <handa@gnu.org> |
| 9 | ;; KAWABATA, Taichi <kawabata@m17n.org> | 9 | ;; KAWABATA, Taichi <kawabata@m17n.org> |
| 10 | ;; Keywords: multilingual, i18n, Indian | 10 | ;; Keywords: multilingual, i18n, Indian |
| 11 | 11 | ||
diff --git a/lisp/language/thai-word.el b/lisp/language/thai-word.el index e67dd093430..94c6ab98979 100644 --- a/lisp/language/thai-word.el +++ b/lisp/language/thai-word.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 4 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | ;; Registration Number H14PRO021 | 5 | ;; Registration Number H14PRO021 |
| 6 | 6 | ||
| 7 | ;; Author: Kenichi HANDA <handa@etl.go.jp> | 7 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 8 | 8 | ||
| 9 | ;; Keywords: thai, word break, emacs | 9 | ;; Keywords: thai, word break, emacs |
| 10 | 10 | ||
diff --git a/lisp/leim/quail/py-punct.el b/lisp/leim/quail/py-punct.el index eed70a82eec..49ea66effbb 100644 --- a/lisp/leim/quail/py-punct.el +++ b/lisp/leim/quail/py-punct.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 7 | ;; Registration Number H14PRO021 | 7 | ;; Registration Number H14PRO021 |
| 8 | 8 | ||
| 9 | ;; Author: Ken'ichi HANDA <handa@etl.go.jp> | 9 | ;; Author: Ken'ichi Handa <handa@gnu.org> |
| 10 | 10 | ||
| 11 | ;; Keywords: multilingual, input method, Chinese | 11 | ;; Keywords: multilingual, input method, Chinese |
| 12 | 12 | ||
diff --git a/lisp/leim/quail/pypunct-b5.el b/lisp/leim/quail/pypunct-b5.el index 45597a4ef6f..9f4e73c9f05 100644 --- a/lisp/leim/quail/pypunct-b5.el +++ b/lisp/leim/quail/pypunct-b5.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 5 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 6 | ;; Registration Number H14PRO021 | 6 | ;; Registration Number H14PRO021 |
| 7 | 7 | ||
| 8 | ;; Author: Ken'ichi HANDA <handa@etl.go.jp> | 8 | ;; Author: Ken'ichi Handa <handa@gnu.org> |
| 9 | 9 | ||
| 10 | ;; Keywords: multilingual, input method, Chinese | 10 | ;; Keywords: multilingual, input method, Chinese |
| 11 | 11 | ||
diff --git a/lisp/linum.el b/lisp/linum.el index 0b4b0083ed6..6fe30571c60 100644 --- a/lisp/linum.el +++ b/lisp/linum.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Markus Triska <markus.triska@gmx.at> | 5 | ;; Author: Markus Triska <markus.triska@gmx.at> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 8 | ;; Version: 0.9x | 7 | ;; Version: 0.9x |
| 9 | 8 | ||
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 4e5d8e0f38d..69f2c0bdcc3 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1995, 1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/loadup.el b/lisp/loadup.el index 67e8aa7d40a..c43d1476229 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1992, 1994, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/lpr.el b/lisp/lpr.el index 436f9e3e021..17a37f15544 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2019 Free Software | 3 | ;; Copyright (C) 1985, 1988, 1992, 1994, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: unix | 6 | ;; Keywords: unix |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el index 1f2c46834ec..7ab97ebffee 100644 --- a/lisp/ls-lisp.el +++ b/lisp/ls-lisp.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> | 5 | ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> |
| 6 | ;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk> | 6 | ;; Modified by: Francis J. Wright <F.J.Wright@maths.qmw.ac.uk> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: unix, dired | 7 | ;; Keywords: unix, dired |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/macros.el b/lisp/macros.el index 4b38506d8a5..b9020a299a5 100644 --- a/lisp/macros.el +++ b/lisp/macros.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2019 Free Software | 3 | ;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index 62094bfe2d7..2a2ff3dec14 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index c637e242c42..2cd6d56b429 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: maint mail | 7 | ;; Keywords: maint mail |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index a90d9c46578..180e32bee4c 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -1657,7 +1657,7 @@ local gurus." | |||
| 1657 | (declare-function smtp-via-smtp "ext:smtp" (sender recipients smtp-text-buffer)) | 1657 | (declare-function smtp-via-smtp "ext:smtp" (sender recipients smtp-text-buffer)) |
| 1658 | (defvar smtp-server) | 1658 | (defvar smtp-server) |
| 1659 | 1659 | ||
| 1660 | ;; FLIM's smtp.el pointed out to me by Kenichi Handa <handa@etl.go.jp> | 1660 | ;; FLIM's smtp.el pointed out to me by Kenichi Handa <handa@gnu.org> |
| 1661 | (defun feedmail-buffer-to-smtp (prepped errors-to addr-listoid) | 1661 | (defun feedmail-buffer-to-smtp (prepped errors-to addr-listoid) |
| 1662 | "Function which actually calls smtp-via-smtp to send buffer as e-mail." | 1662 | "Function which actually calls smtp-via-smtp to send buffer as e-mail." |
| 1663 | (feedmail-say-debug ">in-> feedmail-buffer-to-smtp %s" addr-listoid) | 1663 | (feedmail-say-debug ">in-> feedmail-buffer-to-smtp %s" addr-listoid) |
diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el index 60689529974..ec17d669f3c 100644 --- a/lisp/mail/hashcash.el +++ b/lisp/mail/hashcash.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2003-2005, 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2005, 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) | 5 | ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail, hashcash | 6 | ;; Keywords: mail, hashcash |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index c1e90c3dcb8..e6108066656 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Joe Wells <jbw@cs.bu.edu> | 6 | ;; Author: Joe Wells <jbw@cs.bu.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 9 | ;; Package: mail-utils | 8 | ;; Package: mail-utils |
| 10 | 9 | ||
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index cbcbdfaeb2e..f561c088a2f 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: mail, news | 5 | ;; Keywords: mail, news |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index d59df88c688..17f4f0cba0c 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org> | 6 | ;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Created: 19 Oct 90 | 7 | ;; Created: 19 Oct 90 |
| 9 | ;; Keywords: mail | 8 | ;; Keywords: mail |
| 10 | 9 | ||
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 42896c18ebe..68e44f820c7 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1987, 1995-1997, 2001-2019 Free Software | 3 | ;; Copyright (C) 1985, 1987, 1995-1997, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 10db110c70f..3172c9760f7 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1998, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1998, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: 1993-1998 Barry A. Warsaw | 5 | ;; Author: 1993-1998 Barry A. Warsaw |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 19-Apr-1993 | 6 | ;; Created: 19-Apr-1993 |
| 8 | ;; Keywords: maint mail tools | 7 | ;; Keywords: maint mail tools |
| 9 | 8 | ||
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index a53a77e47ee..4cf624cedd5 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 91291b8d330..d0ebf7df479 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1988, 1993-1998, 2000-2019 Free Software | 3 | ;; Copyright (C) 1985-1988, 1993-1998, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 01d552469fa..a9ce1e6feee 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: mail | 5 | ;; Keywords: mail |
| 7 | ;; Package: rmail | 6 | ;; Package: rmail |
| 8 | 7 | ||
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 9427796a065..ee71ab4f6e4 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1988, 1994, 2001-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985, 1988, 1994, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | ;; Package: rmail | 7 | ;; Package: rmail |
| 9 | 8 | ||
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index af528135ccb..d32147f4af2 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Alexander Pohoyda | 5 | ;; Author: Alexander Pohoyda |
| 6 | ;; Alex Schroeder | 6 | ;; Alex Schroeder |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 9 | ;; Package: rmail | 8 | ;; Package: rmail |
| 10 | 9 | ||
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index ba0c2ae77c7..4c429358995 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: mail | 5 | ;; Keywords: mail |
| 7 | ;; Package: rmail | 6 | ;; Package: rmail |
| 8 | 7 | ||
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 12d37615d6b..d95670849de 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1987, 1993-1994, 2001-2019 Free Software | 3 | ;; Copyright (C) 1985, 1987, 1993-1994, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | ;; Package: rmail | 7 | ;; Package: rmail |
| 9 | 8 | ||
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index 4a701038ac8..18185ec6473 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> | 6 | ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: mail | 7 | ;; Keywords: mail |
| 9 | ;; Package: rmail | 8 | ;; Package: rmail |
| 10 | 9 | ||
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 79a322c1d91..80cfbfd721a 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1993-1996, 2000-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985, 1993-1996, 2000-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | ;; Package: rmail | 7 | ;; Package: rmail |
| 9 | 8 | ||
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 208ebb68017..0db05570833 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1992-1996, 1998, 2000-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1992-1996, 1998, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index ad69dca8c43..317324613b9 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993, 1997, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1997, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> | 5 | ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: February 1993 | 6 | ;; Created: February 1993 |
| 8 | ;; Keywords: mail, news | 7 | ;; Keywords: mail, news |
| 9 | 8 | ||
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index bbf3c83c55f..499f16e9d23 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1994, 1996, 2001-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1994, 1996, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 4d9ad67262a..c409210a0c3 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: mail | 5 | ;; Keywords: mail |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/makesum.el b/lisp/makesum.el index 10ad78ea174..847e304e975 100644 --- a/lisp/makesum.el +++ b/lisp/makesum.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: help | 5 | ;; Keywords: help |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/man.el b/lisp/man.el index d52ca2156d2..feb0e09ab18 100644 --- a/lisp/man.el +++ b/lisp/man.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 6 | ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: help | 7 | ;; Keywords: help |
| 9 | ;; Adapted-By: ESR, pot | 8 | ;; Adapted-By: ESR, pot |
| 10 | 9 | ||
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 4ff60ed9910..d12cdd731ab 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1995, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Richard M. Stallman | 5 | ;; Author: Richard M. Stallman |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal, mouse | 6 | ;; Keywords: internal, mouse |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/misc.el b/lisp/misc.el index 4cf6cadf650..00807627007 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: convenience | 5 | ;; Keywords: convenience |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/mouse.el b/lisp/mouse.el index 8428c1e0139..af53c05f573 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1995, 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: hardware, mouse | 5 | ;; Keywords: hardware, mouse |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/msb.el b/lisp/msb.el index 7a1a338fcc1..b626624fbc9 100644 --- a/lisp/msb.el +++ b/lisp/msb.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1995, 1997-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 1997-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Lars Lindberg <lars.lindberg@home.se> | 5 | ;; Author: Lars Lindberg <lars.lindberg@home.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 8 Oct 1993 | 6 | ;; Created: 8 Oct 1993 |
| 8 | ;; Lindberg's last update version: 3.34 | 7 | ;; Lindberg's last update version: 3.34 |
| 9 | ;; Keywords: mouse buffer menu | 8 | ;; Keywords: mouse buffer menu |
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 23f491db0fc..86788fc69a3 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; mwheel.el --- Wheel mouse support | 1 | ;;; mwheel.el --- Wheel mouse support |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | ;; Maintainer: William M. Perry <wmperry@gnu.org> | 4 | ;; Maintainer: Bill Perry <wmperry@gnu.org> |
| 5 | ;; Keywords: mouse | 5 | ;; Keywords: mouse |
| 6 | ;; Package: emacs | 6 | ;; Package: emacs |
| 7 | 7 | ||
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index b0a1e1799f5..81b654c9a9a 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) | 6 | ;; Author: Andy Norman (ange@hplb.hpl.hp.com) |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: comm | 7 | ;; Keywords: comm |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index aa31e25fa91..0c63cbd5a45 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1995-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> | 5 | ;; Author: Denis Howe <dbh@doc.ic.ac.uk> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 03 Apr 1995 | 6 | ;; Created: 03 Apr 1995 |
| 8 | ;; Keywords: hypertext, hypermedia, mouse | 7 | ;; Keywords: hypertext, hypermedia, mouse |
| 9 | 8 | ||
diff --git a/lisp/net/goto-addr.el b/lisp/net/goto-addr.el index c25d7873918..d7fd0587475 100644 --- a/lisp/net/goto-addr.el +++ b/lisp/net/goto-addr.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1995, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric Ding <ericding@alum.mit.edu> | 5 | ;; Author: Eric Ding <ericding@alum.mit.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 15 Aug 1995 | 6 | ;; Created: 15 Aug 1995 |
| 8 | ;; Keywords: mh-e, www, mouse, mail | 7 | ;; Keywords: mh-e, www, mouse, mail |
| 9 | 8 | ||
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el index 75fc7d62211..2df473cf71a 100644 --- a/lisp/net/ldap.el +++ b/lisp/net/ldap.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> | 5 | ;; Author: Oscar Figueiredo <oscar@cpe.fr> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: April 1998 | 6 | ;; Created: April 1998 |
| 8 | ;; Keywords: comm | 7 | ;; Keywords: comm |
| 9 | 8 | ||
diff --git a/lisp/net/pop3.el b/lisp/net/pop3.el index 599e2305f77..19114508254 100644 --- a/lisp/net/pop3.el +++ b/lisp/net/pop3.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1996-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> | 5 | ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: mail | 6 | ;; Keywords: mail |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/net/socks.el b/lisp/net/socks.el index 6356707a1db..c9f74190957 100644 --- a/lisp/net/socks.el +++ b/lisp/net/socks.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1996-2000, 2002, 2007-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1996-2000, 2002, 2007-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William M. Perry <wmperry@gnu.org> | 6 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Dave Love <fx@gnu.org> | 7 | ;; Dave Love <fx@gnu.org> |
| 8 | ;; Keywords: comm, firewalls | 8 | ;; Keywords: comm, firewalls |
| 9 | 9 | ||
diff --git a/lisp/net/telnet.el b/lisp/net/telnet.el index cf3634f7d92..465927dfdde 100644 --- a/lisp/net/telnet.el +++ b/lisp/net/telnet.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William F. Schelter | 6 | ;; Author: William F. Schelter |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: unix, comm | 7 | ;; Keywords: unix, comm |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index ab2be080a33..ac706b949ba 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: code extracted from Emacs-20's simple.el | 5 | ;; Author: code extracted from Emacs-20's simple.el |
| 6 | ;; Maintainer: Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Maintainer: Stefan Monnier <monnier@gnu.org> |
| 7 | ;; Keywords: comment uncomment | 7 | ;; Keywords: comment uncomment |
| 8 | ;; Package: emacs | 8 | ;; Package: emacs |
| 9 | 9 | ||
diff --git a/lisp/novice.el b/lisp/novice.el index 3da4e25810a..1da4b71dc95 100644 --- a/lisp/novice.el +++ b/lisp/novice.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1994, 2001-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985-1987, 1994, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal, help | 6 | ;; Keywords: internal, help |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/obarray.el b/lisp/obarray.el index c83d5d47241..fbab506cce3 100644 --- a/lisp/obarray.el +++ b/lisp/obarray.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2015-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: obarray functions | 5 | ;; Keywords: obarray functions |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/obsolete/abbrevlist.el b/lisp/obsolete/abbrevlist.el index e2bf14f0dc1..dfd7b2b492f 100644 --- a/lisp/obsolete/abbrevlist.el +++ b/lisp/obsolete/abbrevlist.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1986, 1992, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1992, 2001-2019 Free Software Foundation, Inc. |
| 4 | ;; Suggested by a previous version by Gildea. | 4 | ;; Suggested by a previous version by Gildea. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | ;; Obsolete-since: 24.1 | 8 | ;; Obsolete-since: 24.1 |
diff --git a/lisp/obsolete/bruce.el b/lisp/obsolete/bruce.el index fba54c1ae04..8044a0ef931 100644 --- a/lisp/obsolete/bruce.el +++ b/lisp/obsolete/bruce.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Copyright (C) 1988, 1993, 1997, 2001-2019 Free Software Foundation, | 4 | ;; Copyright (C) 1988, 1993, 1997, 2001-2019 Free Software Foundation, |
| 5 | ;; Inc. | 5 | ;; Inc. |
| 6 | 6 | ||
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: games | 7 | ;; Keywords: games |
| 9 | ;; Created: Jan 1997 | 8 | ;; Created: Jan 1997 |
| 10 | ;; Obsolete-since: 24.3 | 9 | ;; Obsolete-since: 24.3 |
diff --git a/lisp/obsolete/fast-lock.el b/lisp/obsolete/fast-lock.el index 5180d4527be..10af6ab95fd 100644 --- a/lisp/obsolete/fast-lock.el +++ b/lisp/obsolete/fast-lock.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994-1998, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1998, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Marshall <simon@gnu.org> | 5 | ;; Author: Simon Marshall <simon@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: faces files | 6 | ;; Keywords: faces files |
| 8 | ;; Version: 3.14 | 7 | ;; Version: 3.14 |
| 9 | ;; Obsolete-since: 22.1 | 8 | ;; Obsolete-since: 22.1 |
diff --git a/lisp/obsolete/gs.el b/lisp/obsolete/gs.el index cfdc9dc67ce..24c9b67abd2 100644 --- a/lisp/obsolete/gs.el +++ b/lisp/obsolete/gs.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | ;; Obsolete-since: 26.1 | 6 | ;; Obsolete-since: 26.1 |
| 8 | 7 | ||
diff --git a/lisp/obsolete/gulp.el b/lisp/obsolete/gulp.el index bdb3406a3d9..373ee35d8e0 100644 --- a/lisp/obsolete/gulp.el +++ b/lisp/obsolete/gulp.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1996, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Sam Shteingold <shteingd@math.ucla.edu> | 5 | ;; Author: Sam Shteingold <shteingd@math.ucla.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: maint | 6 | ;; Keywords: maint |
| 8 | ;; Obsolete-since: 25.1 | 7 | ;; Obsolete-since: 25.1 |
| 9 | 8 | ||
diff --git a/lisp/obsolete/info-edit.el b/lisp/obsolete/info-edit.el index b64e84003fc..e520faf77bb 100644 --- a/lisp/obsolete/info-edit.el +++ b/lisp/obsolete/info-edit.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: help | 5 | ;; Keywords: help |
| 7 | ;; Obsolete-since: 24.4 | 6 | ;; Obsolete-since: 24.4 |
| 8 | 7 | ||
diff --git a/lisp/obsolete/lazy-lock.el b/lisp/obsolete/lazy-lock.el index 44f8528b201..51679280023 100644 --- a/lisp/obsolete/lazy-lock.el +++ b/lisp/obsolete/lazy-lock.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994-1998, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1998, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Marshall <simon@gnu.org> | 5 | ;; Author: Simon Marshall <simon@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: faces files | 6 | ;; Keywords: faces files |
| 8 | ;; Version: 2.11 | 7 | ;; Version: 2.11 |
| 9 | ;; Obsolete-since: 22.1 | 8 | ;; Obsolete-since: 22.1 |
diff --git a/lisp/obsolete/ledit.el b/lisp/obsolete/ledit.el index 6383a4266d1..91efa29320f 100644 --- a/lisp/obsolete/ledit.el +++ b/lisp/obsolete/ledit.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: languages | 5 | ;; Keywords: languages |
| 7 | ;; Obsolete-since: 24.3 | 6 | ;; Obsolete-since: 24.3 |
| 8 | 7 | ||
diff --git a/lisp/obsolete/levents.el b/lisp/obsolete/levents.el index 714b3fbb761..f2b081d672d 100644 --- a/lisp/obsolete/levents.el +++ b/lisp/obsolete/levents.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: emulations | 5 | ;; Keywords: emulations |
| 7 | ;; Obsolete-since: 23.2 | 6 | ;; Obsolete-since: 23.2 |
| 8 | 7 | ||
diff --git a/lisp/obsolete/lucid.el b/lisp/obsolete/lucid.el index d1b702ed556..9d0c5daf5ef 100644 --- a/lisp/obsolete/lucid.el +++ b/lisp/obsolete/lucid.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1995, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1995, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: emulations | 5 | ;; Keywords: emulations |
| 7 | ;; Obsolete-since: 23.2 | 6 | ;; Obsolete-since: 23.2 |
| 8 | 7 | ||
diff --git a/lisp/obsolete/mailpost.el b/lisp/obsolete/mailpost.el index 2f74faf1d6c..33cc43ccbe2 100644 --- a/lisp/obsolete/mailpost.el +++ b/lisp/obsolete/mailpost.el | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; Author: Gary Delp <delp@huey.Udel.Edu> | 8 | ;; Author: Gary Delp <delp@huey.Udel.Edu> |
| 9 | ;; Maintainer: emacs-devel@gnu.org | ||
| 10 | ;; Created: 13 Jan 1986 | 9 | ;; Created: 13 Jan 1986 |
| 11 | ;; Keywords: mail | 10 | ;; Keywords: mail |
| 12 | ;; Obsolete-since: 24.3 | 11 | ;; Obsolete-since: 24.3 |
diff --git a/lisp/obsolete/meese.el b/lisp/obsolete/meese.el index 81739dfa6cb..190db94f4b9 100644 --- a/lisp/obsolete/meese.el +++ b/lisp/obsolete/meese.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: games | 8 | ;; Keywords: games |
| 10 | ;; Obsolete-since: 24.4 | 9 | ;; Obsolete-since: 24.4 |
| 11 | 10 | ||
diff --git a/lisp/obsolete/pc-mode.el b/lisp/obsolete/pc-mode.el index 6d1a456d61a..4908b51259c 100644 --- a/lisp/obsolete/pc-mode.el +++ b/lisp/obsolete/pc-mode.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: emulations | 5 | ;; Keywords: emulations |
| 7 | ;; Obsolete-since: 24.1 | 6 | ;; Obsolete-since: 24.1 |
| 8 | 7 | ||
diff --git a/lisp/obsolete/rcompile.el b/lisp/obsolete/rcompile.el index dfa80097b35..53537a09066 100644 --- a/lisp/obsolete/rcompile.el +++ b/lisp/obsolete/rcompile.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Alon Albert <alon@milcse.rtsg.mot.com> | 5 | ;; Author: Alon Albert <alon@milcse.rtsg.mot.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 1993 Oct 6 | 6 | ;; Created: 1993 Oct 6 |
| 8 | ;; Keywords: tools, processes | 7 | ;; Keywords: tools, processes |
| 9 | ;; Obsolete-since: 24.4 | 8 | ;; Obsolete-since: 24.4 |
diff --git a/lisp/obsolete/sregex.el b/lisp/obsolete/sregex.el index 884cd3e4e45..ba36f2dcdad 100644 --- a/lisp/obsolete/sregex.el +++ b/lisp/obsolete/sregex.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1997-1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bob Glickstein <bobg+sregex@zanshin.com> | 5 | ;; Author: Bob Glickstein <bobg+sregex@zanshin.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 8 | ;; Obsolete-since: 24.1 | 7 | ;; Obsolete-since: 24.1 |
| 9 | 8 | ||
diff --git a/lisp/obsolete/sup-mouse.el b/lisp/obsolete/sup-mouse.el index 6bd42789253..752ebf59d81 100644 --- a/lisp/obsolete/sup-mouse.el +++ b/lisp/obsolete/sup-mouse.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Wolfgang Rupprecht | 5 | ;; Author: Wolfgang Rupprecht |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 21 Nov 1986 | 6 | ;; Created: 21 Nov 1986 |
| 8 | ;; Keywords: hardware | 7 | ;; Keywords: hardware |
| 9 | ;; Obsolete-since: 24.4 | 8 | ;; Obsolete-since: 24.4 |
diff --git a/lisp/obsolete/terminal.el b/lisp/obsolete/terminal.el index ce6f2309fd3..d0631b32f04 100644 --- a/lisp/obsolete/terminal.el +++ b/lisp/obsolete/terminal.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> | 6 | ;; Author: Richard Mlynarik <mly@eddie.mit.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Obsolete-since: 24.4 | 7 | ;; Obsolete-since: 24.4 |
| 9 | ;; Keywords: comm, terminals | 8 | ;; Keywords: comm, terminals |
| 10 | 9 | ||
diff --git a/lisp/obsolete/yow.el b/lisp/obsolete/yow.el index 5cbb2ef21e3..eddb3f90296 100644 --- a/lisp/obsolete/yow.el +++ b/lisp/obsolete/yow.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1995, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Author: Richard Mlynarik | 5 | ;; Author: Richard Mlynarik |
| 7 | ;; Keywords: games | 6 | ;; Keywords: games |
| 8 | ;; Obsolete-since: 24.4 | 7 | ;; Obsolete-since: 24.4 |
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el index 74312bc20f8..9126647e7c3 100644 --- a/lisp/org/ox-publish.el +++ b/lisp/org/ox-publish.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: David O'Toole <dto@gnu.org> | 4 | ;; Author: David O'Toole <dto@gnu.org> |
| 5 | ;; Maintainer: Carsten Dominik <carsten DOT dominik AT gmail DOT com> | 5 | ;; Maintainer: Carsten Dominik <carsten at orgmode dot org> |
| 6 | ;; Keywords: hypermedia, outlines, wp | 6 | ;; Keywords: hypermedia, outlines, wp |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/outline.el b/lisp/outline.el index 74df77b8be7..7783d37e0a6 100644 --- a/lisp/outline.el +++ b/lisp/outline.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1986, 1993-1995, 1997, 2000-2019 Free Software | 3 | ;; Copyright (C) 1986, 1993-1995, 1997, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: outlines | 6 | ;; Keywords: outlines |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/paren.el b/lisp/paren.el index 13908d46eef..d00e7d9a812 100644 --- a/lisp/paren.el +++ b/lisp/paren.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993, 1996, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: rms@gnu.org | 5 | ;; Author: rms@gnu.org |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: languages, faces | 6 | ;; Keywords: languages, faces |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index e461b37e362..fb310faf4c6 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: games, extensions | 6 | ;; Keywords: games, extensions |
| 8 | ;; Created: Mon Mar 22 17:06:26 1993 | 7 | ;; Created: Mon Mar 22 17:06:26 1993 |
| 9 | 8 | ||
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index a5880c08847..fc76f2b724d 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: games | 5 | ;; Keywords: games |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index b1ab6703a48..e9c78f5e5c4 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2019 Free Software | 3 | ;; Copyright (C) 1985, 1987, 1994, 1996, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: games | 6 | ;; Keywords: games |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 6d5553b3202..562e5c0ad23 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 6 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org> |
| 9 | ;; Keywords: games | 8 | ;; Keywords: games |
| 10 | 9 | ||
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index d762290f0da..1f2e2c0098a 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; hanoi.el --- towers of hanoi in Emacs | 1 | ;;; hanoi.el --- towers of hanoi in Emacs |
| 2 | 2 | ||
| 3 | ;; Author: Damon Anton Permezel | 3 | ;; Author: Damon Anton Permezel |
| 4 | ;; Maintainer: emacs-devel@gnu.org | ||
| 5 | ;; Keywords: games | 4 | ;; Keywords: games |
| 6 | 5 | ||
| 7 | ; Author (a) 1985, Damon Anton Permezel | 6 | ; Author (a) 1985, Damon Anton Permezel |
diff --git a/lisp/play/life.el b/lisp/play/life.el index 6cce1e5643d..7d9f1475f38 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kyle Jones <kyleuunet.uu.net> | 5 | ;; Author: Kyle Jones <kyleuunet.uu.net> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: games | 6 | ;; Keywords: games |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/spook.el b/lisp/play/spook.el index d884c0a2559..c1394a31d7a 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1988, 1993, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1993, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: games | 5 | ;; Keywords: games |
| 7 | ;; Created: May 1987 | 6 | ;; Created: May 1987 |
| 8 | 7 | ||
diff --git a/lisp/play/studly.el b/lisp/play/studly.el index ff1bf03e118..6d54f6d08a8 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 7 | 7 | ||
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: games | 8 | ;; Keywords: games |
| 10 | 9 | ||
| 11 | ;;; Commentary: | 10 | ;;; Commentary: |
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index e01f1e8ecbe..50f7b4c0093 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Rolf Ebert <ebert@inf.enst.fr> | 5 | ;; Author: Rolf Ebert <ebert@inf.enst.fr> |
| 6 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> | 6 | ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> |
| 7 | ;; Emmanuel Briot <briot@gnat.com> | 7 | ;; Emmanuel Briot <briot@gnat.com> |
| 8 | ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org> | 8 | ;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> |
| 9 | ;; Keywords: languages ada | 9 | ;; Keywords: languages ada |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index c56d16e305e..491b780bd02 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1991, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 5 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: tools, languages | 6 | ;; Keywords: tools, languages |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 1a67a95927b..ff4ea1a0901 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) | 6 | ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: AWK, cc-mode, unix, languages | 7 | ;; Keywords: AWK, cc-mode, unix, languages |
| 9 | ;; Package: cc-mode | 8 | ;; Package: cc-mode |
| 10 | 9 | ||
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 1a0d9bdbb70..3930f09392a 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Authors: Roland McGrath <roland@gnu.org>, | 6 | ;; Authors: Roland McGrath <roland@gnu.org>, |
| 7 | ;; Daniel Pfeiffer <occitan@esperanto.org> | 7 | ;; Daniel Pfeiffer <occitan@esperanto.org> |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: tools, processes | 8 | ;; Keywords: tools, processes |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index ba007d67c0d..fd3eec76090 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | ;; Author: Ilya Zakharevich | 5 | ;; Author: Ilya Zakharevich |
| 6 | ;; Bob Olson | 6 | ;; Bob Olson |
| 7 | ;; Jonathan Rockway <jon@jrock.us> | 7 | ;; Jonathan Rockway <jon@jrock.us> |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: languages, Perl | 8 | ;; Keywords: languages, Perl |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index d5803c77bb4..757f0f26072 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Odd Gripenstam <gripenstamol@decus.se> | 5 | ;; Author: Odd Gripenstam <gripenstamol@decus.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: DCL editing major-mode languages | 6 | ;; Keywords: DCL editing major-mode languages |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 3faec4959bc..0f44487d436 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: C++ tags tools | 6 | ;; Keywords: C++ tags tools |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index cb1b17b4474..d62c1316ee3 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1986, 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1986, 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: lisp, languages | 5 | ;; Keywords: lisp, languages |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 910c320ab8f..54ca135f277 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: tools | 7 | ;; Keywords: tools |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 716f40c1f3a..e09aaa3741b 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nick Roberts <nickrob@gnu.org> | 5 | ;; Author: Nick Roberts <nickrob@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: unix, tools | 6 | ;; Keywords: unix, tools |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 79178c4346e..d094c95fcfb 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: tools, processes | 7 | ;; Keywords: tools, processes |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 4306f5daa02..f5680f263b6 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: unix, tools | 7 | ;; Keywords: unix, tools |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index cffb749c3e8..c3ff23558c3 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> | 5 | ;; Author: Thomas Neumann <tom@smart.bo.open.de> |
| 6 | ;; Eric S. Raymond <esr@snark.thyrsus.com> | 6 | ;; Eric S. Raymond <esr@snark.thyrsus.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 9 | ;; Keywords: unix, tools | 8 | ;; Keywords: unix, tools |
| 10 | 9 | ||
diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el index a759709b5c8..1dd5d51df80 100644 --- a/lisp/progmodes/mixal-mode.el +++ b/lisp/progmodes/mixal-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> | 5 | ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 09 Nov 2002 | 6 | ;; Created: 09 Nov 2002 |
| 8 | ;; Version: 0.1 | 7 | ;; Version: 0.1 |
| 9 | ;; Keywords: languages, Knuth, mix, mixal, asm, mixvm, The Art Of Computer Programming | 8 | ;; Keywords: languages, Knuth, mix, mixal, asm, mixvm, The Art Of Computer Programming |
diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index aa412304c59..087d1f65fd3 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Author: Michael Schmidt <michael@pbinfo.UUCP> | 3 | ;; Author: Michael Schmidt <michael@pbinfo.UUCP> |
| 4 | ;; Tom Perrine <Perrin@LOGICON.ARPA> | 4 | ;; Tom Perrine <Perrin@LOGICON.ARPA> |
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: languages | 5 | ;; Keywords: languages |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 8a7e24e5ada..4d4e2e1cd45 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> | 5 | ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> |
| 6 | ;; John Eaton <jwe@octave.org> | 6 | ;; John Eaton <jwe@octave.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: languages | 7 | ;; Keywords: languages |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 7cbd30a0d1d..f01d6b6bb2d 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1990, 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: William F. Mann | 5 | ;; Author: William F. Mann |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 8 | ;; Keywords: languages | 7 | ;; Keywords: languages |
| 9 | 8 | ||
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el index 2b057356b10..bd56d1a7c78 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 188bc973d99..74e865bd0b8 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | ;; URL: https://github.com/fgallina/python.el | 6 | ;; URL: https://github.com/fgallina/python.el |
| 7 | ;; Version: 0.26.1 | 7 | ;; Version: 0.26.1 |
| 8 | ;; Package-Requires: ((emacs "24.1") (cl-lib "1.0")) | 8 | ;; Package-Requires: ((emacs "24.1") (cl-lib "1.0")) |
| 9 | ;; Maintainer: emacs-devel@gnu.org | ||
| 10 | ;; Created: Jul 2010 | 9 | ;; Created: Jul 2010 |
| 11 | ;; Keywords: languages | 10 | ;; Keywords: languages |
| 12 | 11 | ||
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 853a3500ee1..8f52a366783 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 6 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Version: 2.0f | 7 | ;; Version: 2.0f |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: languages, unix | 8 | ;; Keywords: languages, unix |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index ffb3d41ab62..31315e229e0 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Author: Tom Tromey <tromey@redhat.com> | 5 | ;; Author: Tom Tromey <tromey@redhat.com> |
| 7 | ;; Chris Lindblad <cjl@lcs.mit.edu> | 6 | ;; Chris Lindblad <cjl@lcs.mit.edu> |
| 8 | ;; Keywords: languages tcl modes | 7 | ;; Keywords: languages tcl modes |
diff --git a/lisp/progmodes/xscheme.el b/lisp/progmodes/xscheme.el index 62c42d39c6f..7ae47126a5c 100644 --- a/lisp/progmodes/xscheme.el +++ b/lisp/progmodes/xscheme.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2019 Free Software | 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: languages, lisp | 6 | ;; Keywords: languages, lisp |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el index be80b4a15b6..2e75e53fc26 100644 --- a/lisp/ps-bdf.el +++ b/lisp/ps-bdf.el | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 9 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
| 10 | ;; Registration Number H13PRO009 | 10 | ;; Registration Number H13PRO009 |
| 11 | 11 | ||
| 12 | ;; Author: Kenichi Handa <handa@m17n.org> | 12 | ;; Author: Kenichi Handa <handa@gnu.org> |
| 13 | ;; (according to ack.texi) | 13 | ;; (according to ack.texi) |
| 14 | ;; Keywords: wp, BDF, font, PostScript | 14 | ;; Keywords: wp, BDF, font, PostScript |
| 15 | ;; Package: ps-print | 15 | ;; Package: ps-print |
diff --git a/lisp/ps-def.el b/lisp/ps-def.el index 20631338902..d248556ccda 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 6 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 7 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 7 | ;; Maintainer: Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 8 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 8 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 9 | ;; Keywords: wp, print, PostScript | 9 | ;; Keywords: wp, print, PostScript |
| 10 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 10 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index c88d6d26797..537ba9627d5 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 5 | ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 6 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 6 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 7 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 7 | ;; Maintainer: Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 8 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 8 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 9 | ;; Keywords: wp, print, PostScript, multibyte, mule | 9 | ;; Keywords: wp, print, PostScript, multibyte, mule |
| 10 | ;; Package: ps-print | 10 | ;; Package: ps-print |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 59ac84a3639..d0d9cbe4481 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) | 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
| 7 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 7 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 8 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 8 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 9 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 9 | ;; Maintainer: Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 10 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 10 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 11 | ;; Keywords: wp, print, PostScript | 11 | ;; Keywords: wp, print, PostScript |
| 12 | ;; Version: 7.3.5 | 12 | ;; Version: 7.3.5 |
| @@ -1405,7 +1405,7 @@ Please send all bug fixes and enhancements to | |||
| 1405 | ;; prologue code suggestion, for odd/even printing suggestion and for | 1405 | ;; prologue code suggestion, for odd/even printing suggestion and for |
| 1406 | ;; `ps-prologue-file' enhancement. | 1406 | ;; `ps-prologue-file' enhancement. |
| 1407 | ;; | 1407 | ;; |
| 1408 | ;; Thanks to Ken'ichi Handa <handa@m17n.org> for multi-byte buffer handling. | 1408 | ;; Thanks to Ken'ichi Handa <handa@gnu.org> for multi-byte buffer handling. |
| 1409 | ;; | 1409 | ;; |
| 1410 | ;; Thanks to Matthew O Persico <Matthew.Persico@lazard.com> for line number on | 1410 | ;; Thanks to Matthew O Persico <Matthew.Persico@lazard.com> for line number on |
| 1411 | ;; empty columns. | 1411 | ;; empty columns. |
diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index 784b4356b47..99c17c7293e 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) | 6 | ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
| 7 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 7 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 8 | ;; Kenichi Handa <handa@m17n.org> (multi-byte characters) | 8 | ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 9 | ;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters) | 9 | ;; Maintainer: Kenichi Handa <handa@gnu.org> (multi-byte characters) |
| 10 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> | 10 | ;; Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> |
| 11 | ;; Keywords: wp, print, PostScript | 11 | ;; Keywords: wp, print, PostScript |
| 12 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre | 12 | ;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre |
diff --git a/lisp/register.el b/lisp/register.el index 775e1a2cc92..d3825fe8e2a 100644 --- a/lisp/register.el +++ b/lisp/register.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1993-1994, 2001-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985, 1993-1994, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/replace.el b/lisp/replace.el index 9d1b7bf747d..00b8be53281 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2019 Free | 3 | ;; Copyright (C) 1985-1987, 1992, 1994, 1996-1997, 2000-2019 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/reposition.el b/lisp/reposition.el index 22f9986efb5..0416845e9cf 100644 --- a/lisp/reposition.el +++ b/lisp/reposition.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> | 5 | ;; Author: Michael D. Ernst <mernst@theory.lcs.mit.edu> |
| 6 | ;; Created: Jan 1991 | 6 | ;; Created: Jan 1991 |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
diff --git a/lisp/rot13.el b/lisp/rot13.el index 8f4044deac5..bdb2e4b5048 100644 --- a/lisp/rot13.el +++ b/lisp/rot13.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 9 | 8 | ||
diff --git a/lisp/savehist.el b/lisp/savehist.el index fb3b7483397..84cba61aab5 100644 --- a/lisp/savehist.el +++ b/lisp/savehist.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1997, 2005-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2005-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Hrvoje Niksic <hniksic@xemacs.org> | 5 | ;; Author: Hrvoje Niksic <hniksic@xemacs.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: minibuffer | 6 | ;; Keywords: minibuffer |
| 8 | ;; Version: 24 | 7 | ;; Version: 24 |
| 9 | 8 | ||
diff --git a/lisp/saveplace.el b/lisp/saveplace.el index 730d31ead25..960cace2069 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> | 5 | ;; Author: Karl Fogel <kfogel@red-bean.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: July, 1993 | 6 | ;; Created: July, 1993 |
| 8 | ;; Keywords: bookmarks, placeholders | 7 | ;; Keywords: bookmarks, placeholders |
| 9 | 8 | ||
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el index dc0df7ab3fe..4fc9df84609 100644 --- a/lisp/scroll-bar.el +++ b/lisp/scroll-bar.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1995, 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1995, 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: hardware | 5 | ;; Keywords: hardware |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/scroll-lock.el b/lisp/scroll-lock.el index 8281edb1720..72127321c99 100644 --- a/lisp/scroll-lock.el +++ b/lisp/scroll-lock.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ralf Angeli <angeli@iwi.uni-sb.de> | 5 | ;; Author: Ralf Angeli <angeli@iwi.uni-sb.de> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 2005-06-18 | 6 | ;; Created: 2005-06-18 |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/select.el b/lisp/select.el index af6bf467e4a..a8adc168f95 100644 --- a/lisp/select.el +++ b/lisp/select.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/server.el b/lisp/server.el index 436a44a7e94..f692673d4f1 100644 --- a/lisp/server.el +++ b/lisp/server.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> | 6 | ;; Author: William Sommerfeld <wesommer@athena.mit.edu> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: processes | 7 | ;; Keywords: processes |
| 9 | 8 | ||
| 10 | ;; Changes by peck@sun.com and by rms. | 9 | ;; Changes by peck@sun.com and by rms. |
diff --git a/lisp/ses.el b/lisp/ses.el index 73157d6f5f0..7fdacc77c9c 100644 --- a/lisp/ses.el +++ b/lisp/ses.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> | 5 | ;; Author: Jonathan Yavner <jyavner@member.fsf.org> |
| 6 | ;; Maintainer: Vincent Belaïche <vincentb1@users.sourceforge.net> | 6 | ;; Maintainer: Vincent Belaïche <vincentb1@users.sourceforge.net> |
| 7 | ;; Keywords: spreadsheet Dijkstra | 7 | ;; Keywords: spreadsheet Dijkstra |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/shell.el b/lisp/shell.el index 53570272111..6e2ae85fcea 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
| 7 | ;; Simon Marshall <simon@gnu.org> | 7 | ;; Simon Marshall <simon@gnu.org> |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: processes | 8 | ;; Keywords: processes |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/simple.el b/lisp/simple.el index 4454791ad20..c0e8d58c80c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 1993-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 1993-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: internal | 5 | ;; Keywords: internal |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index bce73d6bfef..1d06b648a20 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993-1996, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: extensions, abbrev, languages, tools | 6 | ;; Keywords: extensions, abbrev, languages, tools |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/sort.el b/lisp/sort.el index 6ea1c440605..86cb1804a39 100644 --- a/lisp/sort.el +++ b/lisp/sort.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Howie Kaye | 6 | ;; Author: Howie Kaye |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: unix | 7 | ;; Keywords: unix |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/soundex.el b/lisp/soundex.el index 1f1f9caec3d..9e4c79769d0 100644 --- a/lisp/soundex.el +++ b/lisp/soundex.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> | 5 | ;; Author: Christian Plaunt <chris@bliss.berkeley.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: matching | 6 | ;; Keywords: matching |
| 8 | ;; Created: Sat May 15 14:48:18 1993 | 7 | ;; Created: Sat May 15 14:48:18 1993 |
| 9 | 8 | ||
diff --git a/lisp/startup.el b/lisp/startup.el index 421a6ea37db..a88118e3b9a 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1992, 1994-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985-1986, 1992, 1994-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/strokes.el b/lisp/strokes.el index 9265b8a52ea..29daaa5690e 100644 --- a/lisp/strokes.el +++ b/lisp/strokes.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1997, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: David Bakhash <cadet@alum.mit.edu> | 5 | ;; Author: David Bakhash <cadet@alum.mit.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: lisp, mouse, extensions | 6 | ;; Keywords: lisp, mouse, extensions |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/subr.el b/lisp/subr.el index 05fb9fea68f..c97d9b96bd9 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/t-mouse.el b/lisp/t-mouse.el index 14b292d4414..1f4be160f8e 100644 --- a/lisp/t-mouse.el +++ b/lisp/t-mouse.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; t-mouse.el --- mouse support within the text terminal | 1 | ;;; t-mouse.el --- mouse support within the text terminal |
| 2 | 2 | ||
| 3 | ;; Author: Nick Roberts <nickrob@gnu.org> | 3 | ;; Author: Nick Roberts <nickrob@gnu.org> |
| 4 | ;; Maintainer: emacs-devel@gnu.org | ||
| 5 | ;; Keywords: mouse gpm linux | 4 | ;; Keywords: mouse gpm linux |
| 6 | 5 | ||
| 7 | ;; Copyright (C) 1994-1995, 1998, 2006-2019 Free Software Foundation, | 6 | ;; Copyright (C) 1994-1995, 1998, 2006-2019 Free Software Foundation, |
diff --git a/lisp/tabify.el b/lisp/tabify.el index 37cd8fb2fdd..345771e19cd 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Package: emacs | 5 | ;; Package: emacs |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/talk.el b/lisp/talk.el index 0b7d5db01e1..b5c77a9332c 100644 --- a/lisp/talk.el +++ b/lisp/talk.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: comm, frames | 5 | ;; Keywords: comm, frames |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 599da9ac807..c75fe7c3730 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1990-1991, 1993-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990-1991, 1993-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> | 5 | ;; Author: Jamie Zawinski <jwz@lucid.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 04 Apr 1990 | 6 | ;; Created: 04 Apr 1990 |
| 8 | ;; Keywords: unix | 7 | ;; Keywords: unix |
| 9 | 8 | ||
diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el index b7a778fc004..d7fceb83085 100644 --- a/lisp/term/common-win.el +++ b/lisp/term/common-win.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: terminals | 5 | ;; Keywords: terminals |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 09275991cf5..c434ea6b9cb 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Morten Welinder <terra@diku.dk> | 6 | ;; Author: Morten Welinder <terra@diku.dk> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 307586f2213..2718aecb9af 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eli Zaretskii | 5 | ;; Author: Eli Zaretskii |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: terminals, faces | 6 | ;; Keywords: terminals, faces |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el index 7a5d3ef7758..de822326fb3 100644 --- a/lisp/textmodes/bib-mode.el +++ b/lisp/textmodes/bib-mode.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Henry Kautz | 5 | ;; Author: Henry Kautz |
| 6 | ;; (according to authors.el) | 6 | ;; (according to authors.el) |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: bib | 7 | ;; Keywords: bib |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index c285491a305..46dbcfef460 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2019 Free | 3 | ;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2019 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index d18916dfd01..a06f8edd6f8 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> | 5 | ;; Author: Manuel Serrano <Manuel.Serrano@sophia.inria.fr> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index ff3d2420df4..f351b870261 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1991, 1993, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1993, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert J. Chassell | 5 | ;; Author: Robert J. Chassell |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: docs convenience | 6 | ;; Keywords: docs convenience |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el index f33d4df4d19..e5964d175dd 100644 --- a/lisp/textmodes/nroff-mode.el +++ b/lisp/textmodes/nroff-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1994-1995, 1997, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index 220ef2d7fd6..bc92121599c 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: wp convenience | 5 | ;; Keywords: wp convenience |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 92a6b907859..8a1af3af250 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2019 Free Software | 3 | ;; Copyright (C) 1985-1987, 1991, 1994-1997, 1999-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/textmodes/picture.el b/lisp/textmodes/picture.el index b5208494674..0b508547314 100644 --- a/lisp/textmodes/picture.el +++ b/lisp/textmodes/picture.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: K. Shane Hartman | 5 | ;; Author: K. Shane Hartman |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience wp | 6 | ;; Keywords: convenience wp |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el index 3ba52e61ea6..03b1b048a16 100644 --- a/lisp/textmodes/refbib.el +++ b/lisp/textmodes/refbib.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1989, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Henry Kautz <kautz@research.att.com> | 5 | ;; Author: Henry Kautz <kautz@research.att.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: bib, tex | 6 | ;; Keywords: bib, tex |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/refer.el b/lisp/textmodes/refer.el index f13e1d7161d..3d4d0d2b06e 100644 --- a/lisp/textmodes/refer.el +++ b/lisp/textmodes/refer.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992, 1996, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> | 5 | ;; Author: Ashwin Ram <ashwin@cc.gatech.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 8 | ;; Keywords: bib | 7 | ;; Keywords: bib |
| 9 | 8 | ||
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el index 67ecd3ced81..efc11084fe6 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1999-2001, 2003-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2001, 2003-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Created: 29 Mar 1999 | 6 | ;; Created: 29 Mar 1999 |
| 8 | ;; Version: 2.0 | 7 | ;; Version: 2.0 |
| 9 | ;; Keywords: data memory todo pim | 8 | ;; Keywords: data memory todo pim |
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 1b064fb825f..1826129f0b3 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: James Clark <jjc@jclark.com> | 6 | ;; Author: James Clark <jjc@jclark.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org>, | 7 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org>, |
| 9 | ;; F.Potorti@cnuce.cnr.it | 8 | ;; F.Potorti@cnuce.cnr.it |
| 10 | ;; Keywords: wp, hypermedia, comm, languages | 9 | ;; Keywords: wp, hypermedia, comm, languages |
diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index f27c7058e71..256fac63421 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el | |||
| @@ -590,7 +590,7 @@ | |||
| 590 | ;; attempt of implementing the table feature to Emacs. This greatly | 590 | ;; attempt of implementing the table feature to Emacs. This greatly |
| 591 | ;; motivated me to follow through to its completion. | 591 | ;; motivated me to follow through to its completion. |
| 592 | ;; | 592 | ;; |
| 593 | ;; Kenichi Handa <handa@etl.go.jp> kindly guided me through to | 593 | ;; Kenichi Handa <handa@gnu.org> kindly guided me through to |
| 594 | ;; overcome many technical issues while I was struggling with quail | 594 | ;; overcome many technical issues while I was struggling with quail |
| 595 | ;; related internationalization problems. | 595 | ;; related internationalization problems. |
| 596 | ;; | 596 | ;; |
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 9c91d27b944..8611b735ba9 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2019 Free | 3 | ;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2019 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: tex | 6 | ;; Keywords: tex |
| 8 | 7 | ||
| 9 | ;; Contributions over the years by William F. Schelter, Dick King, | 8 | ;; Contributions over the years by William F. Schelter, Dick King, |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 9ccc73ad48a..5a54e0d2d17 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2019 Free Software | 3 | ;; Copyright (C) 1985-1986, 1988, 1990-1998, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: bug-texinfo@gnu.org | ||
| 7 | ;; Keywords: maint, tex, docs | 6 | ;; Keywords: maint, tex, docs |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 71cdcab57ef..54306d2b74c 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Date: [See date below for texinfo-version] | 7 | ;; Date: [See date below for texinfo-version] |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: maint, tex, docs | 8 | ;; Keywords: maint, tex, docs |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index e960e992a89..4f49c7f5d17 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1989-1992, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989-1992, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert J. Chassell | 5 | ;; Author: Robert J. Chassell |
| 6 | ;; Maintainer: bug-texinfo@gnu.org | ||
| 7 | ;; Keywords: maint, tex, docs | 6 | ;; Keywords: maint, tex, docs |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/textmodes/text-mode.el b/lisp/textmodes/text-mode.el index e676a5dae20..ac292e463b1 100644 --- a/lisp/textmodes/text-mode.el +++ b/lisp/textmodes/text-mode.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1992, 1994, 2001-2019 Free Software Foundation, | 3 | ;; Copyright (C) 1985, 1992, 1994, 2001-2019 Free Software Foundation, |
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/textmodes/underline.el b/lisp/textmodes/underline.el index e0bfd24557b..8c904f5d0ec 100644 --- a/lisp/textmodes/underline.el +++ b/lisp/textmodes/underline.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: wp | 5 | ;; Keywords: wp |
| 7 | 6 | ||
| 8 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 60a20e2d188..e0184a7ccb3 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1991-1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991-1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> | 5 | ;; Author: Mike Williams <mikew@gopher.dosli.govt.nz> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: extensions, matching, mouse | 6 | ;; Keywords: extensions, matching, mouse |
| 8 | ;; Created: Thu Mar 28 13:48:23 1991 | 7 | ;; Created: Thu Mar 28 13:48:23 1991 |
| 9 | 8 | ||
diff --git a/lisp/thread.el b/lisp/thread.el index e8f3cc7da6a..3242d1dade6 100644 --- a/lisp/thread.el +++ b/lisp/thread.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gemini Lasswell <gazally@runbox.com> | 5 | ;; Author: Gemini Lasswell <gazally@runbox.com> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: thread, tools | 6 | ;; Keywords: thread, tools |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 6a17a756548..dd0491a66a3 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> | 5 | ;; Author: Jean-Philippe Theberge <jphiltheberge@videotron.ca> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: Multimedia | 6 | ;; Keywords: Multimedia |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/time.el b/lisp/time.el index 35157c5e807..c2f60d31bd4 100644 --- a/lisp/time.el +++ b/lisp/time.el | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2019 Free Software | 3 | ;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | |||
| 8 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 9 | 7 | ||
| 10 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 8 | ;; GNU Emacs is free software: you can redistribute it and/or modify |
diff --git a/lisp/tmm.el b/lisp/tmm.el index 44f04eab87b..bb96b5a46a0 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1994-1996, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-1996, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> | 5 | ;; Author: Ilya Zakharevich <ilya@math.mps.ohio-state.edu> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience | 6 | ;; Keywords: convenience |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 37ebb5cbe7c..e42818218e0 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: help, internal | 5 | ;; Keywords: help, internal |
| 7 | ;; Package: emacs | 6 | ;; Package: emacs |
| 8 | 7 | ||
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 3dd9e341351..29612b36c20 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Dick King <king@reasoning.com> | 6 | ;; Author: Dick King <king@reasoning.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: files | 7 | ;; Keywords: files |
| 9 | ;; Created: 15 May 86 | 8 | ;; Created: 15 May 86 |
| 10 | ;; Package: emacs | 9 | ;; Package: emacs |
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index a4cf0f0ec01..dba313453ff 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2001, 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: url, vc | 6 | ;; Keywords: url, vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 54360840784..00d784a9b40 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1997-1998, 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 00803a103a0..a11f5147afc 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1999, 2001, 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, data, processes | 6 | ;; Keywords: comm, data, processes |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index a46e7bb3855..dbcc9a6168c 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 6 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: comm, data, processes | 7 | ;; Keywords: comm, data, processes |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/url/url.el b/lisp/url/url.el index 5242d42f04c..eafac8a1929 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 6 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: comm, data, processes, hypermedia | 7 | ;; Keywords: comm, data, processes, hypermedia |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/userlock.el b/lisp/userlock.el index f077bc9ad62..c4178ac42af 100644 --- a/lisp/userlock.el +++ b/lisp/userlock.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Richard King | 5 | ;; Author: Richard King |
| 6 | ;; (according to authors.el) | 6 | ;; (according to authors.el) |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: internal | 7 | ;; Keywords: internal |
| 9 | ;; Package: emacs | 8 | ;; Package: emacs |
| 10 | 9 | ||
diff --git a/lisp/vc/add-log.el b/lisp/vc/add-log.el index f9efd44c5c7..5cd4f46ed58 100644 --- a/lisp/vc/add-log.el +++ b/lisp/vc/add-log.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985-1986, 1988, 1993-1994, 1997-1998, 2000-2019 Free | 3 | ;; Copyright (C) 1985-1986, 1988, 1993-1994, 1997-1998, 2000-2019 Free |
| 4 | ;; Software Foundation, Inc. | 4 | ;; Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/compare-w.el b/lisp/vc/compare-w.el index 02c08af8b20..2811d4691b7 100644 --- a/lisp/vc/compare-w.el +++ b/lisp/vc/compare-w.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2001-2019 Free Software | 3 | ;; Copyright (C) 1986, 1989, 1993, 1997, 2001-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: convenience files vc | 6 | ;; Keywords: convenience files vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/diff.el b/lisp/vc/diff.el index 523be87bc49..bee36592a1a 100644 --- a/lisp/vc/diff.el +++ b/lisp/vc/diff.el | |||
| @@ -5,7 +5,6 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Frank Bresz | 6 | ;; Author: Frank Bresz |
| 7 | ;; (according to authors.el) | 7 | ;; (according to authors.el) |
| 8 | ;; Maintainer: emacs-devel@gnu.org | ||
| 9 | ;; Keywords: unix, vc, tools | 8 | ;; Keywords: unix, vc, tools |
| 10 | 9 | ||
| 11 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el index 84838135fcc..15f234fda62 100644 --- a/lisp/vc/vc-annotate.el +++ b/lisp/vc/vc-annotate.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1997-1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Martin Lorentzson <emwson@emw.ericsson.se> | 5 | ;; Author: Martin Lorentzson <emwson@emw.ericsson.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
| 8 | ;; Package: vc | 7 | ;; Package: vc |
| 9 | 8 | ||
diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index ee1646cae5a..3ab8c496408 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Riccardo Murri <riccardo.murri@gmail.com> | 6 | ;; Riccardo Murri <riccardo.murri@gmail.com> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: vc tools | 7 | ;; Keywords: vc tools |
| 9 | ;; Created: Sept 2006 | 8 | ;; Created: Sept 2006 |
| 10 | ;; Package: vc | 9 | ;; Package: vc |
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el index 626e190c1e8..cc1845a59f6 100644 --- a/lisp/vc/vc-cvs.el +++ b/lisp/vc/vc-cvs.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1995, 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Package: vc | 6 | ;; Package: vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/vc-dispatcher.el b/lisp/vc/vc-dispatcher.el index c4b327a3f01..579448b31ca 100644 --- a/lisp/vc/vc-dispatcher.el +++ b/lisp/vc/vc-dispatcher.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see below for full credits) | 5 | ;; Author: FSF (see below for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
| 8 | ;; Package: vc | 7 | ;; Package: vc |
| 9 | 8 | ||
diff --git a/lisp/vc/vc-filewise.el b/lisp/vc/vc-filewise.el index f05e8efff90..37c71f98641 100644 --- a/lisp/vc/vc-filewise.el +++ b/lisp/vc/vc-filewise.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-1996, 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1996, 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Package: vc | 6 | ;; Package: vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index 876d824ceac..f1b603b2a93 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ivan Kanis | 5 | ;; Author: Ivan Kanis |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
| 8 | ;; Package: vc | 7 | ;; Package: vc |
| 9 | 8 | ||
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 07b3d86b518..1871e1e95c5 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-1996, 1998-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1996, 1998-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Package: vc | 6 | ;; Package: vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/vc-rcs.el b/lisp/vc/vc-rcs.el index 598e98250ac..ee227b19a39 100644 --- a/lisp/vc/vc-rcs.el +++ b/lisp/vc/vc-rcs.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Package: vc | 6 | ;; Package: vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/vc-sccs.el b/lisp/vc/vc-sccs.el index 4e9f5a025fb..0d27528e515 100644 --- a/lisp/vc/vc-sccs.el +++ b/lisp/vc/vc-sccs.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Package: vc | 6 | ;; Package: vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el index f8475925b02..b708cd41a79 100644 --- a/lisp/vc/vc-src.el +++ b/lisp/vc/vc-src.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Package: vc | 6 | ;; Package: vc |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index b992a8ebe09..d9fb8290d2b 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1992-1998, 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-1998, 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: FSF (see below for full credits) | 5 | ;; Author: FSF (see below for full credits) |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: vc tools | 6 | ;; Keywords: vc tools |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 3e8b6ee838e..7673d9b7b86 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Inc. | 4 | ;; Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> | 6 | ;; Author: Peter Stephenson <pws@ibmth.df.unipi.it> |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: virtual cursor, convenience | 7 | ;; Keywords: virtual cursor, convenience |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/version.el b/lisp/version.el index d13d8c31e80..d5bc3eb984a 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1992, 1994-1995, 1999-2019 Free Software | 3 | ;; Copyright (C) 1985, 1992, 1994-1995, 1999-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/view.el b/lisp/view.el index e74ce1e8888..c8d5f0de205 100644 --- a/lisp/view.el +++ b/lisp/view.el | |||
| @@ -4,7 +4,6 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: K. Shane Hartman | 6 | ;; Author: K. Shane Hartman |
| 7 | ;; Maintainer: emacs-devel@gnu.org | ||
| 8 | ;; Keywords: files | 7 | ;; Keywords: files |
| 9 | 8 | ||
| 10 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index d7b5f0a803e..6678f49dfcf 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Howard Gayle | 5 | ;; Author: Howard Gayle |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: hardware | 6 | ;; Keywords: hardware |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index b9f98cdc4c7..713c8575c7d 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1996-1997, 1999-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1996-1997, 1999-2019 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> | 5 | ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/window.el b/lisp/window.el index 2c9d177d0a2..7e6a48460e5 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 1985, 1989, 1992-1994, 2000-2019 Free Software | 3 | ;; Copyright (C) 1985, 1989, 1992-1994, 2000-2019 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||
diff --git a/lisp/woman.el b/lisp/woman.el index 39d9b806d27..57354478fb0 100644 --- a/lisp/woman.el +++ b/lisp/woman.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> | 5 | ;; Author: Francis J. Wright <F.J.Wright@qmul.ac.uk> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: help, unix | 6 | ;; Keywords: help, unix |
| 8 | ;; Adapted-By: Eli Zaretskii <eliz@gnu.org> | 7 | ;; Adapted-By: Eli Zaretskii <eliz@gnu.org> |
| 9 | ;; Version: 0.551 | 8 | ;; Version: 0.551 |
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el index e4e2dec3b82..31d409c8389 100644 --- a/lisp/x-dnd.el +++ b/lisp/x-dnd.el | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2004-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> | 5 | ;; Author: Jan Djärv <jan.h.d@swipnet.se> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: window, drag, drop | 6 | ;; Keywords: window, drag, drop |
| 8 | ;; Package: emacs | 7 | ;; Package: emacs |
| 9 | 8 | ||