From 833374ea08c69bc54cf9c1b508932aa3d9dcc910 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 9 Feb 2009 17:26:21 +0000 Subject: [PATCH] Add :version tags for previous change. --- lisp/calendar/calendar.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index e2cb14827c8..c1cff089398 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -264,20 +264,23 @@ See `calendar-holiday-marker'." "How to mark dates that have diary entries. The value can be either a single-character string (e.g. \"+\") or a face." :type '(choice (string :tag "Single character string") face) - :group 'diary) + :group 'diary + :version "23.1") (defcustom calendar-today-marker 'calendar-today "How to mark today's date in the calendar. The value can be either a single-character string (e.g. \"=\") or a face. Used by `calendar-mark-today'." :type '(choice (string :tag "Single character string") face) - :group 'calendar) + :group 'calendar + :version "23.1") (defcustom calendar-holiday-marker 'holiday "How to mark notable dates in the calendar. The value can be either a single-character string (e.g. \"*\") or a face." :type '(choice (string :tag "Single character string") face) - :group 'holidays) + :group 'holidays + :version "23.1") (define-obsolete-variable-alias 'view-calendar-holidays-initially 'calendar-view-holidays-initially-flag "23.1") -- 2.11.4.GIT