diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-07 02:40:47 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-07 02:40:47 +0000 |
commit | c2457e543be5d38c5ddbe28767cddd7781030f9c (patch) | |
tree | f20d0b968f6c85d101763e1c54856a807e791ebc /lisp/mail | |
parent | 91ed8a5614187eb6b97aef11e814fc922b122704 (diff) | |
download | emacs-c2457e543be5d38c5ddbe28767cddd7781030f9c.tar.gz |
(mail-interactive): Add :version.
Diffstat (limited to 'lisp/mail')
-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 51739656112..2fbeb96581e 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1,7 +1,8 @@ ;;; sendmail.el --- mail sending commands for Emacs. -*- byte-compile-dynamic: t -*- ;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995, 1996, 1998, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: mail @@ -122,6 +123,7 @@ so you can remove or alter the BCC field to override the default." "Non-nil means when sending a message wait for and display errors. nil means let mailer mail back a message to report errors." :type 'boolean + :version "23.1" ; changed from nil to t :group 'sendmail) (defcustom mail-yank-ignored-headers |