diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-19 21:29:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-19 21:34:27 -0700 |
commit | bef1be873009d6e9f5a097396179f63a565bb6fd (patch) | |
tree | 227e495b83b50b965c65f26b3bb979e877726530 /lisp/progmodes | |
parent | 20241e2c764263ebf31cfb0c6a7a0d3b9ba52429 (diff) | |
download | emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.gz |
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/progmodes')
-rw-r--r-- | lisp/progmodes/ada-mode.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/asm-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/cc-awk.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/compile.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/dcl-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/ebrowse.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/elisp-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/etags.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/gdb-mi.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/grep.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/gud.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/make-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/mixal-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/modula2.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/octave.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/perl-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/prog-mode.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/python.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/sh-script.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/tcl.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/xscheme.el | 1 |
22 files changed, 1 insertions, 22 deletions
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 @@ ;; Author: Rolf Ebert <ebert@inf.enst.fr> ;; Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> ;; Emmanuel Briot <briot@gnat.com> -;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org> +;; Maintainer: Stephen Leake <stephen_leake@stephe-leake.org> ;; Keywords: languages ada ;; 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 @@ ;; Copyright (C) 1991, 2001-2019 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: tools, languages ;; 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 @@ ;; Inc. ;; Author: Alan Mackenzie <acm@muc.de> (originally based on awk-mode.el) -;; Maintainer: emacs-devel@gnu.org ;; Keywords: AWK, cc-mode, unix, languages ;; Package: cc-mode 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 @@ ;; Authors: Roland McGrath <roland@gnu.org>, ;; Daniel Pfeiffer <occitan@esperanto.org> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: tools, processes ;; 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 @@ ;; Author: Ilya Zakharevich ;; Bob Olson ;; Jonathan Rockway <jon@jrock.us> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: languages, Perl ;; 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 @@ ;; Copyright (C) 1997, 2001-2019 Free Software Foundation, Inc. ;; Author: Odd Gripenstam <gripenstamol@decus.se> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: DCL editing major-mode languages ;; 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 @@ ;; Copyright (C) 1992-2019 Free Software Foundation, Inc. ;; Author: Gerd Moellmann <gerd@gnu.org> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: C++ tags tools ;; 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 @@ ;; Copyright (C) 1985-1986, 1999-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: lisp, languages ;; Package: emacs 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 @@ ;; Software Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: tools ;; 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 @@ ;; Copyright (C) 2007-2019 Free Software Foundation, Inc. ;; Author: Nick Roberts <nickrob@gnu.org> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: unix, tools ;; 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 @@ ;; Foundation, Inc. ;; Author: Roland McGrath <roland@gnu.org> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: tools, processes ;; 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 @@ ;; Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: unix, tools ;; 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 @@ ;; Author: Thomas Neumann <tom@smart.bo.open.de> ;; Eric S. Raymond <esr@snark.thyrsus.com> -;; Maintainer: emacs-devel@gnu.org ;; Adapted-By: ESR ;; Keywords: unix, tools 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 @@ ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. ;; Author: Pieter E.J. Pareit <pieter.pareit@gmail.com> -;; Maintainer: emacs-devel@gnu.org ;; Created: 09 Nov 2002 ;; Version: 0.1 ;; 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 @@ ;; Author: Michael Schmidt <michael@pbinfo.UUCP> ;; Tom Perrine <Perrin@LOGICON.ARPA> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: languages ;; 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 @@ ;; Author: Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> ;; John Eaton <jwe@octave.org> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: languages ;; 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 @@ ;; Copyright (C) 1990, 1994, 2001-2019 Free Software Foundation, Inc. ;; Author: William F. Mann -;; Maintainer: emacs-devel@gnu.org ;; Adapted-By: ESR ;; Keywords: languages 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 @@ ;; Copyright (C) 2013-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: internal ;; Package: emacs 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 @@ ;; URL: https://github.com/fgallina/python.el ;; Version: 0.26.1 ;; Package-Requires: ((emacs "24.1") (cl-lib "1.0")) -;; Maintainer: emacs-devel@gnu.org ;; Created: Jul 2010 ;; Keywords: languages 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 @@ ;; Author: Daniel Pfeiffer <occitan@esperanto.org> ;; Version: 2.0f -;; Maintainer: emacs-devel@gnu.org ;; Keywords: languages, unix ;; 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 @@ ;; Copyright (C) 1994, 1998-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Author: Tom Tromey <tromey@redhat.com> ;; Chris Lindblad <cjl@lcs.mit.edu> ;; 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 @@ ;; Copyright (C) 1986-1987, 1989-1990, 2001-2019 Free Software ;; Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: languages, lisp ;; This file is part of GNU Emacs. |