From: Gerd Moellmann Date: Mon, 7 May 2001 11:27:36 +0000 (+0000) Subject: (rmail-edit-mode-hook): Add :version. X-Git-Tag: emacs-pretest-21.0.103~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d0533709cc8737e591620cfc89529a743f28011;p=emacs.git (rmail-edit-mode-hook): Add :version. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c181aac7387..350baa8b170 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2001-05-07 Gerd Moellmann + * mail/rmailedit.el (rmail-edit-mode-hook): Add :version. + + * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions): Add + :version. + * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions): New option. (smtpmail-via-smtp): Print warnings about unknown SMTP extensions diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 066b6adfd4c..17a83cf1eba 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -29,6 +29,7 @@ (defcustom rmail-edit-mode-hook nil "List of functions to call when editing an RMAIL message." :type 'hook + :version "21.1" :group 'rmail-edit) (defvar rmail-old-text)