diff options
| author | Glenn Morris | 2014-02-09 17:34:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-09 17:34:22 -0800 |
| commit | 34dc21db6e57ebbad81a196002fcd3cc557f096e (patch) | |
| tree | af967b20dcee5af033a0fd63f464bab0b7569cb1 /lisp/progmodes | |
| parent | 411141fb8e659c11194b40b6fc645b7226c76d12 (diff) | |
| download | emacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.tar.gz emacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.zip | |
Replace "Maintainer: FSF" with the emacs-devel mailing address
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/asm-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-awk.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ebrowse.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/etags.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/grep.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/gud.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/hideif.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/make-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/modula2.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/octave.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/perl-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/prog-mode.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/tcl.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/xscheme.el | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 4df1ce2b5ae..ab7612082d5 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1991, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 2001-2014 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: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: tools, languages | 7 | ;; Keywords: tools, languages |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index afee63ba4c2..44d69d7d0f1 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Keywords: AWK, cc-mode, unix, languages | 8 | ;; Keywords: AWK, cc-mode, unix, languages |
| 9 | ;; Package: cc-mode | 9 | ;; Package: cc-mode |
| 10 | 10 | ||
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 9e16adb8e10..f6a94e8bf8c 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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: FSF | 8 | ;; Maintainer: emacs-devel@gnu.org |
| 9 | ;; Keywords: tools, processes | 9 | ;; Keywords: tools, processes |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index a4bfa363f59..177c341f3e1 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1992-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: C++ tags tools | 7 | ;; Keywords: C++ tags tools |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index dc81a02c615..b89b4cf0fe5 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Keywords: tools | 8 | ;; Keywords: tools |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index cd552778641..7f8c483ee5c 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2007-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Nick Roberts <nickrob@gnu.org> | 5 | ;; Author: Nick Roberts <nickrob@gnu.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: unix, tools | 7 | ;; Keywords: unix, tools |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 5038420296a..05b19b8339f 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Roland McGrath <roland@gnu.org> | 6 | ;; Author: Roland McGrath <roland@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Keywords: tools, processes | 8 | ;; Keywords: tools, processes |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 6c8160e0aea..c6fc944bc13 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Keywords: unix, tools | 8 | ;; Keywords: unix, tools |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el index fc04e5e558f..9a811481f49 100644 --- a/lisp/progmodes/hideif.el +++ b/lisp/progmodes/hideif.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Brian Marick | 5 | ;; Author: Brian Marick |
| 6 | ;; Daniel LaLiberte <liberte@holonexus.org> | 6 | ;; Daniel LaLiberte <liberte@holonexus.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Keywords: c, outlines | 8 | ;; Keywords: c, outlines |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index e7c4ad0596d..30d9f459bde 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Adapted-By: ESR | 8 | ;; Adapted-By: ESR |
| 9 | ;; Keywords: unix, tools | 9 | ;; Keywords: unix, tools |
| 10 | 10 | ||
diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index d634efebe5b..d7d0da84ed9 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el | |||
| @@ -2,7 +2,7 @@ | |||
| 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: FSF | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: languages | 6 | ;; Keywords: languages |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el index 1378e8fdb59..123aac03eae 100644 --- a/lisp/progmodes/octave.el +++ b/lisp/progmodes/octave.el | |||
| @@ -4,7 +4,7 @@ | |||
| 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: FSF | 7 | ;; Maintainer: emacs-devel@gnu.org |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/perl-mode.el b/lisp/progmodes/perl-mode.el index 2edcc72fe98..d09fb59371a 100644 --- a/lisp/progmodes/perl-mode.el +++ b/lisp/progmodes/perl-mode.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1990, 1994, 2001-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1994, 2001-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: William F. Mann | 5 | ;; Author: William F. Mann |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el index 73246768f10..3b850f3305b 100644 --- a/lisp/progmodes/prog-mode.el +++ b/lisp/progmodes/prog-mode.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2013-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2013-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
| 7 | ;; Package: emacs | 7 | ;; Package: emacs |
| 8 | 8 | ||
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 6b508e03a04..670451e58ae 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Fabián E. Gallina <fabian@anue.biz> | 5 | ;; Author: Fabián E. Gallina <fabian@anue.biz> |
| 6 | ;; URL: https://github.com/fgallina/python.el | 6 | ;; URL: https://github.com/fgallina/python.el |
| 7 | ;; Version: 0.24.2 | 7 | ;; Version: 0.24.2 |
| 8 | ;; Maintainer: FSF | 8 | ;; Maintainer: emacs-devel@gnu.org |
| 9 | ;; Created: Jul 2010 | 9 | ;; Created: Jul 2010 |
| 10 | ;; Keywords: languages | 10 | ;; Keywords: languages |
| 11 | 11 | ||
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index f41378f2f53..7c677df8592 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -5,7 +5,7 @@ | |||
| 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: FSF | 8 | ;; Maintainer: emacs-devel@gnu.org |
| 9 | ;; Keywords: languages, unix | 9 | ;; Keywords: languages, unix |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index 35707592ea3..c98c20424d7 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1998-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1998-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | ;; Author: Tom Tromey <tromey@redhat.com> | 6 | ;; Author: Tom Tromey <tromey@redhat.com> |
| 7 | ;; Chris Lindblad <cjl@lcs.mit.edu> | 7 | ;; Chris Lindblad <cjl@lcs.mit.edu> |
| 8 | ;; Keywords: languages tcl modes | 8 | ;; Keywords: languages tcl modes |
diff --git a/lisp/progmodes/xscheme.el b/lisp/progmodes/xscheme.el index d3d8a5d477c..e22581445e5 100644 --- a/lisp/progmodes/xscheme.el +++ b/lisp/progmodes/xscheme.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2014 Free Software | 3 | ;; Copyright (C) 1986-1987, 1989-1990, 2001-2014 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: languages, lisp | 7 | ;; Keywords: languages, lisp |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |