aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/diary-lib.el
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>1998-04-20 02:34:53 +0000
committerDan Nicolaescu <[email protected]>1998-04-20 02:34:53 +0000
commitcd32a7baa4746f699fa4d945c1b1b9e50a9486da (patch)
treecabc0a074c3be5317cdcbed2883b3849e9ed241f /lisp/calendar/diary-lib.el
parente8bcd26ec19d7631a21aa0fc07b4fd076eb91d55 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/calendar/diary-lib.el')
-rw-r--r--lisp/calendar/diary-lib.el9
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index a8c24e05b7..30aaa4ba28 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -589,12 +589,14 @@ is created."
(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.
@@ -946,7 +948,8 @@ The default value -9999 causes entries with no recognizable time to be placed
before those with times; 9999 would place entries with no recognizable time
after those with times."
:type 'integer
- :group 'diary)
+ :group 'diary
+ :version "20.3")
(defun diary-entry-time (s)
"Time at the beginning of the string S in a military-style integer. For