From: Glenn Morris Date: Mon, 11 Aug 2014 00:47:10 +0000 (-0700) Subject: * lisp/calendar/icalendar.el: Add missing :version tags for new defcustoms. X-Git-Tag: emacs-25.0.90~2635^2~679^2~487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba04cd78acd3033e07ef923fbc72e6a960507036;p=emacs.git * lisp/calendar/icalendar.el: Add missing :version tags for new defcustoms. --- 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)