diff options
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 2a7f21d77eb..2093c9366ee 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1,4 +1,5 @@ -;; Mail sending commands for Emacs. +;;; sendmail.el --- mail sending commands for Emacs. + ;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -662,3 +663,4 @@ The seventh argument ACTIONS is a list of actions to take (provide 'sendmail) +;;; sendmail.el ends here |