summaryrefslogtreecommitdiff
path: root/lisp/calendar/icalendar.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-08-10 17:47:10 -0700
committerGlenn Morris <rgm@gnu.org>2014-08-10 17:47:10 -0700
commitba04cd78acd3033e07ef923fbc72e6a960507036 (patch)
tree51e7e3dd8dc3b4708f11661ebc9fd31b0e0d78cf /lisp/calendar/icalendar.el
parent1dd7098709827ed397ac16cd09550121274afc41 (diff)
downloademacs-ba04cd78acd3033e07ef923fbc72e6a960507036.tar.gz
* lisp/calendar/icalendar.el: Add missing :version tags for new defcustoms.
Diffstat (limited to 'lisp/calendar/icalendar.el')
-rw-r--r--lisp/calendar/icalendar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 8881796c94b..784881e4012 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -250,6 +250,7 @@ on the current day and continues for the number of days given here.
See `icalendar-export-sexp-enumerate-all' for a list of sexp
entries which by default are NOT enumerated."
+ :version "24.5"
:type 'integer
:group 'icalendar)
@@ -262,6 +263,7 @@ translating into an icalendar equivalent. This affects the
following sexp diary entries: `diary-anniversary',
`diary-cyclic', `diary-date', `diary-float',`diary-block'. All
other sexp entries are enumerated in any case."
+ :version "24.5"
:type 'boolean
:group 'icalendar)