# HG changeset patch # User Dan Nicolaescu # Date 893039628 0 # Node ID 621dd51298ec00f22c4ed51d838b81bb03d569c9 # Parent 3b7a5bd28364b50533647160601d4493fd25f4eb *** empty log message *** diff -r 3b7a5bd28364 -r 621dd51298ec lisp/calendar/diary-lib.el --- a/lisp/calendar/diary-lib.el Mon Apr 20 02:15:45 1998 +0000 +++ b/lisp/calendar/diary-lib.el Mon Apr 20 02:33:48 1998 +0000 @@ -589,12 +589,14 @@ (if (boundp 'user-mail-address) user-mail-address nil) "*Email address that `diary-mail-entries' will send email to." :group 'diary - :type 'string) + :type 'string + :version "20.3") (defcustom diary-mail-days 7 "*Number of days for `diary-mail-entries' to check." :group 'diary - :type 'integer) + :type 'integer + :version "20.3") (defun diary-mail-entries (&optional ndays) "Send a mail message showing diary entries for next NDAYS days. diff -r 3b7a5bd28364 -r 621dd51298ec lisp/gnus/gnus-art.el --- a/lisp/gnus/gnus-art.el Mon Apr 20 02:15:45 1998 +0000 +++ b/lisp/gnus/gnus-art.el Mon Apr 20 02:33:48 1998 +0000 @@ -377,7 +377,8 @@ "Function to decode ``localized RFC 822 messages''. The function is called from the article buffer." :group 'gnus-article-mime - :type 'function) + :type 'function + :version "20.3") (defcustom gnus-page-delimiter "^\^L" "*Regexp describing what to use as article page delimiters.