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/cedet | |
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/cedet')
-rw-r--r-- | lisp/cedet/cedet.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/imenu.el | 2 | ||||
-rw-r--r-- | lisp/cedet/semantic/senator.el | 1 | ||||
-rw-r--r-- | lisp/cedet/semantic/wisent/python.el | 4 |
4 files changed, 4 insertions, 5 deletions
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 @@ ;; Copyright (C) 2002-2019 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> -;; Maintainer: Eric M. Ludlam <zappo@gnu.org> +;; Maintainer: Eric M. Ludlam <zappo@gnu.org> ;; Version: 2.0 ;; Keywords: OO, lisp 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 @@ ;; Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> -;; Maintainer: Eric Ludlam +;; Maintainer: Eric M. Ludlam <zappo@gnu.org> ;; This file is part of GNU Emacs. 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 @@ ;; Copyright (C) 2000-2019 Free Software Foundation, Inc. ;; Author: David Ponce <david@dponce.com> -;; Maintainer: emacs-devel@gnu.org ;; Created: 10 Nov 2000 ;; Keywords: syntax 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 @@ ;; Copyright (C) 2002, 2004, 2006-2019 Free Software Foundation, Inc. -;; Author: Richard Kim <emacs18@gmail.com> -;; Maintainer: Richard Kim <emacs18@gmail.com> +;; Author: Richard Kim <emacs18@gmail.com> +;; Maintainer: Richard Kim <emacs18@gmail.com> ;; Created: June 2002 ;; Keywords: syntax |