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/cedet/semantic | |
| 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/cedet/semantic')
| -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 |
3 files changed, 3 insertions, 4 deletions
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 | ||