changeset 21668:621dd51298ec

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Mon, 20 Apr 1998 02:33:48 +0000
parents 3b7a5bd28364
children 9861518505cb
files lisp/calendar/diary-lib.el lisp/gnus/gnus-art.el
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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.