diff options
author | Kim F. Storm <storm@cua.dk> | 2005-02-09 15:50:47 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-02-09 15:50:47 +0000 |
commit | bf247b6ed0b5e96845e785302bdaa97fcf6a8b84 (patch) | |
tree | 3e5225520dfe10e9394f68088de2fe22027aa53f /lisp/mail/sendmail.el | |
parent | 1de0ae85b33c8d8cb77ab839f66d2df4f9aa7b94 (diff) | |
download | emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.gz emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.tar.bz2 emacs-bf247b6ed0b5e96845e785302bdaa97fcf6a8b84.zip |
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r-- | lisp/mail/sendmail.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index d5a85741371..8cf30f295df 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -282,7 +282,7 @@ Value of `default-directory' for mail buffers. This directory is used for auto-save files of mail buffers." :type '(directory :tag "Directory") :group 'sendmail - :version "21.4") + :version "22.1") (defvar mail-reply-action nil) (defvar mail-send-actions nil @@ -324,7 +324,7 @@ support Delivery Status Notification." :type '(repeat (radio (const :tag "Failure" failure) (const :tag "Delay" delay) (const :tag "Success" success))) - :version "21.4") + :version "22.1") ;; Note: could use /usr/ucb/mail instead of sendmail; ;; options -t, and -v if not interactive. |