diff options
| author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-07 17:23:00 +0000 |
|---|---|---|
| committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-11-07 17:23:00 +0000 |
| commit | 65280ff31cf3856fa19d8fe38f461bfae67bcd46 (patch) | |
| tree | ce7cee355e5cb96c7fe7313af0fa613f1590e25e /lisp/mail/sendmail.el | |
| parent | 3190299741d3d655f09c94f944c9bc49413325cd (diff) | |
| download | emacs-65280ff31cf3856fa19d8fe38f461bfae67bcd46.tar.gz | |
(mail-default-directory): Set the version to 21.4.
Diffstat (limited to 'lisp/mail/sendmail.el')
| -rw-r--r-- | lisp/mail/sendmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index a3ec7f836e0..89154b44934 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -276,7 +276,8 @@ and should insert whatever you want to insert." Value of `default-directory' for mail buffers. This directory is used for auto-save files of mail buffers." :type '(directory :tag "Directory") - :group 'sendmail) + :group 'sendmail + :version "21.4") (defvar mail-reply-action nil) (defvar mail-send-actions nil |
