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/mail | |
parent | 20241e2c764263ebf31cfb0c6a7a0d3b9ba52429 (diff) | |
download | emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.gz emacs-bef1be873009d6e9f5a097396179f63a565bb6fd.tar.bz2 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/mail')
-rw-r--r-- | lisp/mail/blessmail.el | 1 | ||||
-rw-r--r-- | lisp/mail/emacsbug.el | 1 | ||||
-rw-r--r-- | lisp/mail/feedmail.el | 2 | ||||
-rw-r--r-- | lisp/mail/hashcash.el | 1 | ||||
-rw-r--r-- | lisp/mail/mail-extr.el | 1 | ||||
-rw-r--r-- | lisp/mail/mail-utils.el | 1 | ||||
-rw-r--r-- | lisp/mail/mailabbrev.el | 1 | ||||
-rw-r--r-- | lisp/mail/mailalias.el | 1 | ||||
-rw-r--r-- | lisp/mail/reporter.el | 1 | ||||
-rw-r--r-- | lisp/mail/rfc822.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmail.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmailedit.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmailkwd.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmailmm.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmailmsc.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmailout.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmailsort.el | 1 | ||||
-rw-r--r-- | lisp/mail/rmailsum.el | 1 | ||||
-rw-r--r-- | lisp/mail/sendmail.el | 1 | ||||
-rw-r--r-- | lisp/mail/supercite.el | 1 | ||||
-rw-r--r-- | lisp/mail/undigest.el | 1 | ||||
-rw-r--r-- | lisp/mail/unrmail.el | 1 |
22 files changed, 1 insertions, 22 deletions
diff --git a/lisp/mail/blessmail.el b/lisp/mail/blessmail.el index 62094bfe2d7..2a2ff3dec14 100644 --- a/lisp/mail/blessmail.el +++ b/lisp/mail/blessmail.el @@ -2,7 +2,6 @@ ;; Copyright (C) 1994, 2001-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: internal ;; Package: emacs diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index c637e242c42..2cd6d56b429 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -4,7 +4,6 @@ ;; Foundation, Inc. ;; Author: K. Shane Hartman -;; Maintainer: emacs-devel@gnu.org ;; Keywords: maint mail ;; Package: emacs diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index a90d9c46578..180e32bee4c 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -1657,7 +1657,7 @@ local gurus." (declare-function smtp-via-smtp "ext:smtp" (sender recipients smtp-text-buffer)) (defvar smtp-server) -;; FLIM's smtp.el pointed out to me by Kenichi Handa <handa@etl.go.jp> +;; FLIM's smtp.el pointed out to me by Kenichi Handa <handa@gnu.org> (defun feedmail-buffer-to-smtp (prepped errors-to addr-listoid) "Function which actually calls smtp-via-smtp to send buffer as e-mail." (feedmail-say-debug ">in-> feedmail-buffer-to-smtp %s" addr-listoid) diff --git a/lisp/mail/hashcash.el b/lisp/mail/hashcash.el index 60689529974..ec17d669f3c 100644 --- a/lisp/mail/hashcash.el +++ b/lisp/mail/hashcash.el @@ -3,7 +3,6 @@ ;; Copyright (C) 2003-2005, 2007-2019 Free Software Foundation, Inc. ;; Written by: Paul Foley <mycroft@actrix.gen.nz> (1997-2002) -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail, hashcash ;; This file is part of GNU Emacs. diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el index c1e90c3dcb8..e6108066656 100644 --- a/lisp/mail/mail-extr.el +++ b/lisp/mail/mail-extr.el @@ -4,7 +4,6 @@ ;; Inc. ;; Author: Joe Wells <jbw@cs.bu.edu> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: mail-utils diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index cbcbdfaeb2e..f561c088a2f 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -2,7 +2,6 @@ ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail, news ;; This file is part of GNU Emacs. diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index d59df88c688..17f4f0cba0c 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -4,7 +4,6 @@ ;; Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com; now jwz@jwz.org> -;; Maintainer: emacs-devel@gnu.org ;; Created: 19 Oct 90 ;; Keywords: mail diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index 42896c18ebe..68e44f820c7 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1985, 1987, 1995-1997, 2001-2019 Free Software ;; Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el index 10db110c70f..3172c9760f7 100644 --- a/lisp/mail/reporter.el +++ b/lisp/mail/reporter.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1993-1998, 2001-2019 Free Software Foundation, Inc. ;; Author: 1993-1998 Barry A. Warsaw -;; Maintainer: emacs-devel@gnu.org ;; Created: 19-Apr-1993 ;; Keywords: maint mail tools diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index a53a77e47ee..4cf624cedd5 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el @@ -4,7 +4,6 @@ ;; Inc. ;; Author: Richard Mlynarik <mly@eddie.mit.edu> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 91291b8d330..d0ebf7df479 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1985-1988, 1993-1998, 2000-2019 Free Software ;; Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 01d552469fa..a9ce1e6feee 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -2,7 +2,6 @@ ;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: rmail diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el index 9427796a065..ee71ab4f6e4 100644 --- a/lisp/mail/rmailkwd.el +++ b/lisp/mail/rmailkwd.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1985, 1988, 1994, 2001-2019 Free Software Foundation, ;; Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: rmail diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el index af528135ccb..d32147f4af2 100644 --- a/lisp/mail/rmailmm.el +++ b/lisp/mail/rmailmm.el @@ -4,7 +4,6 @@ ;; Author: Alexander Pohoyda ;; Alex Schroeder -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: rmail diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index ba0c2ae77c7..4c429358995 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -2,7 +2,6 @@ ;; Copyright (C) 1985, 2001-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: rmail diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 12d37615d6b..d95670849de 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1985, 1987, 1993-1994, 2001-2019 Free Software ;; Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: rmail diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el index 4a701038ac8..18185ec6473 100644 --- a/lisp/mail/rmailsort.el +++ b/lisp/mail/rmailsort.el @@ -4,7 +4,6 @@ ;; Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: rmail diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 79a322c1d91..80cfbfd721a 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1985, 1993-1996, 2000-2019 Free Software Foundation, ;; Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; Package: rmail diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 208ebb68017..0db05570833 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1985-1986, 1992-1996, 1998, 2000-2019 Free Software ;; Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el index ad69dca8c43..317324613b9 100644 --- a/lisp/mail/supercite.el +++ b/lisp/mail/supercite.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1993, 1997, 2001-2019 Free Software Foundation, Inc. ;; Author: 1993 Barry A. Warsaw <bwarsaw@python.org> -;; Maintainer: emacs-devel@gnu.org ;; Created: February 1993 ;; Keywords: mail, news diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index bbf3c83c55f..499f16e9d23 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -3,7 +3,6 @@ ;; Copyright (C) 1985-1986, 1994, 1996, 2001-2019 Free Software ;; Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; This file is part of GNU Emacs. diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index 4d9ad67262a..c409210a0c3 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el @@ -2,7 +2,6 @@ ;; Copyright (C) 1992, 2001-2019 Free Software Foundation, Inc. -;; Maintainer: emacs-devel@gnu.org ;; Keywords: mail ;; This file is part of GNU Emacs. |