diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-05-07 11:26:24 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-05-07 11:26:24 +0000 |
commit | fa87f673f53c280747641c7b9114ec3f705dae36 (patch) | |
tree | e6f831e2c2ea6bb8206e004e8643331e6c8c47f2 /lisp/mail | |
parent | 1b62b0624f73bc87aef0309ea3564cb40cb2c3b2 (diff) | |
download | emacs-fa87f673f53c280747641c7b9114ec3f705dae36.tar.gz |
(smtpmail-warn-about-unknown-extensions): Add :version.
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 72c9d5c1964..abe0a365472 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -126,6 +126,7 @@ and sent with `smtpmail-send-queued-mail'." This is mainly useful for development purposes, to learn about new SMTP extensions that might be useful to support." :type 'boolean + :version "21.1" :group 'smtpmail) (defvar smtpmail-queue-index-file "index" |