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/term | |
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/term')
-rw-r--r-- | lisp/term/common-win.el | 1 | ||||
-rw-r--r-- | lisp/term/pc-win.el | 1 | ||||
-rw-r--r-- | lisp/term/tty-colors.el | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lisp/term/common-win.el b/lisp/term/common-win.el index b7a778fc004..d7fceb83085 100644 --- a/lisp/term/common-win.el +++ b/lisp/term/common-win.el @@ -2,7 +2,6 @@ ;; Copyright (C) 1993-1994, 2001-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: terminals ;; This file is part of GNU Emacs. diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 09275991cf5..c434ea6b9cb 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -4,7 +4,6 @@ ;; Foundation, Inc. ;; Author: Morten Welinder <terra@diku.dk> -;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el index 307586f2213..2718aecb9af 100644 --- a/lisp/term/tty-colors.el +++ b/lisp/term/tty-colors.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1999-2019 Free Software Foundation, Inc. ;; Author: Eli Zaretskii -;; Maintainer: emacs-devel@gnu.org ;; Keywords: terminals, faces ;; This file is part of GNU Emacs. |