diff options
| author | Glenn Morris | 2019-06-08 10:21:16 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-06-08 10:21:16 -0700 |
| commit | d26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4 (patch) | |
| tree | 6bacfcd89d11906894464dc739bdbad710c2e104 /lisp/mail | |
| parent | e751431989f0af69a7eabf26a86ccac8d8aab74f (diff) | |
| download | emacs-d26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4.tar.gz emacs-d26b49e5a4883e9fe2ec3502c067ba2a5e1dd2c4.zip | |
; Fix recent maintainer header removals
The convention is that no "Maintainer" means "Author" is the maintainer.
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/smtpmail.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index c5af3eac941..741c4393e65 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1995-1996, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995-1996, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> | 5 | ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; w32 Maintainer: Brian D. Carlstrom <bdc@ai.mit.edu> | 7 | ;; w32 Maintainer: Brian D. Carlstrom <bdc@ai.mit.edu> |
| 7 | ;; ESMTP support: Simon Leinen <simon@switch.ch> | 8 | ;; ESMTP support: Simon Leinen <simon@switch.ch> |
| 8 | ;; Hacked by Mike Taylor, 11th October 1999 to add support for | 9 | ;; Hacked by Mike Taylor, 11th October 1999 to add support for |