diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 00:58:28 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-26 01:00:16 -0700 |
commit | 852d28176990d035366142bfde36a0440a317228 (patch) | |
tree | 7989c0101c23d316258e92ef667090f8d0cca866 /lisp/progmodes | |
parent | 797ee5871e458d6d97f57a24405412a053f5ef32 (diff) | |
download | emacs-852d28176990d035366142bfde36a0440a317228.tar.gz emacs-852d28176990d035366142bfde36a0440a317228.tar.bz2 emacs-852d28176990d035366142bfde36a0440a317228.zip |
Update author/maintainer info
Update email addresses and fix spellings of some author and
maintainer names.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/ada-mode.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cc-fonts.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/flymake-proc.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/flymake.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/idlw-complete-structtag.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/idlw-help.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/idlw-toolbar.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/idlwave.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/js.el | 4 | ||||
-rw-r--r-- | lisp/progmodes/ld-script.el | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 50f7b4c0093..77c1e5e2d87 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1994-1995, 1997-2019 Free Software Foundation, Inc. -;; Author: Rolf Ebert <ebert@inf.enst.fr> +;; 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@stephe-leake.org> diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index b3a9dd480b8..ad00b59b9cc 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -1319,7 +1319,7 @@ casts and declarations are fontified. Used on level 2 and higher." ;;(message "c-font-lock-declarations search from %s to %s" (point) limit) (c-skip-comments-and-strings limit) (when (< (point) limit) - + (save-restriction (let (;; The position where `c-find-decl-spots' last stopped. start-pos @@ -2773,7 +2773,7 @@ need for `pike-font-lock-extra-types'.") (copy-marker (1+ start)))) t))) -;; GtkDoc patterns contributed by Masatake YAMATO <jet@gyve.org>. +;; GtkDoc patterns contributed by Masatake YAMATO <yamato@redhat.com>. (defconst gtkdoc-font-lock-doc-comments (let ((symbol "[a-zA-Z0-9_]+") diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index dbf7561944e..2d5a47a0797 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. -;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> +;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> ;; Maintainer: João Távora <joaotavora@gmail.com> ;; Version: 1.0 ;; Keywords: c languages tools diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 4bb657e9535..83b5ee33aa0 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2003-2019 Free Software Foundation, Inc. -;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> +;; Author: Pavel Kobyakov <pk_at_work@yahoo.com> ;; Maintainer: João Távora <joaotavora@gmail.com> ;; Version: 1.0.6 ;; Package-Requires: ((emacs "26.1")) diff --git a/lisp/progmodes/idlw-complete-structtag.el b/lisp/progmodes/idlw-complete-structtag.el index 51c9117cd41..84a304d1cf1 100644 --- a/lisp/progmodes/idlw-complete-structtag.el +++ b/lisp/progmodes/idlw-complete-structtag.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@astro.uva.nl> -;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> +;; Maintainer: JD Smith <jd.smith@utoledo.edu> ;; Old-Version: 1.2 ;; Keywords: languages ;; Package: idlwave diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index 4588e93dcf4..166a029f7dd 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el @@ -2,9 +2,9 @@ ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. ;; -;; Authors: J.D. Smith <jdsmith@as.arizona.edu> +;; Authors: JD Smith <jd.smith@utoledo.edu> ;; Carsten Dominik <dominik@science.uva.nl> -;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> +;; Maintainer: JD Smith <jd.smith@utoledo.edu> ;; Package: idlwave ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index a3b079830b2..efe14e82746 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -2,10 +2,10 @@ ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. -;; Authors: J.D. Smith <jdsmith@as.arizona.edu> +;; Authors: JD Smith <jd.smith@utoledo.edu> ;; Carsten Dominik <dominik@astro.uva.nl> ;; Chris Chase <chase@att.com> -;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> +;; Maintainer: JD Smith <jd.smith@utoledo.edu> ;; Keywords: processes ;; Package: idlwave diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index d3b442c0567..e4cf9f4da56 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. ;; Author: Carsten Dominik <dominik@astro.uva.nl> -;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> +;; Maintainer: JD Smith <jd.smith@utoledo.edu> ;; Keywords: processes ;; Package: idlwave diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 6f56ce052a0..8d9f1c9c41f 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -2,10 +2,10 @@ ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. -;; Authors: J.D. Smith <jdsmith@as.arizona.edu> +;; Authors: JD Smith <jd.smith@utoledo.edu> ;; Carsten Dominik <dominik@science.uva.nl> ;; Chris Chase <chase@att.com> -;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> +;; Maintainer: JD Smith <jd.smith@utoledo.edu> ;; Version: 6.1.22 ;; Keywords: languages diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index a0adaa84eeb..585612eee0b 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -3,8 +3,8 @@ ;; Copyright (C) 2008-2019 Free Software Foundation, Inc. ;; Author: Karl Landstrom <karl.landstrom@brgeight.se> -;; Daniel Colascione <dan.colascione@gmail.com> -;; Maintainer: Daniel Colascione <dan.colascione@gmail.com> +;; Daniel Colascione <dancol@dancol.org> +;; Maintainer: Daniel Colascione <dancol@dancol.org> ;; Version: 9 ;; Date: 2009-07-25 ;; Keywords: languages, javascript diff --git a/lisp/progmodes/ld-script.el b/lisp/progmodes/ld-script.el index 6dafb64ed50..8cc7f2d7d7b 100644 --- a/lisp/progmodes/ld-script.el +++ b/lisp/progmodes/ld-script.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2001-2019 Free Software Foundation, Inc. -;; Author: Masatake YAMATO<jet@gyve.org> +;; Author: Masatake YAMATO <yamato@redhat.com> ;; Keywords: languages, faces ;; This file is part of GNU Emacs. |