aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-02-09 17:26:21 +0000
committerGlenn Morris2009-02-09 17:26:21 +0000
commit833374ea08c69bc54cf9c1b508932aa3d9dcc910 (patch)
tree02b1b0b0ba6806678514b4bd26426bad19859e07
parentbc19637df0c02ae3618cf7717a7d8d43626a7be8 (diff)
downloademacs-833374ea08c69bc54cf9c1b508932aa3d9dcc910.tar.gz
emacs-833374ea08c69bc54cf9c1b508932aa3d9dcc910.zip
Add :version tags for previous change.
-rw-r--r--lisp/calendar/calendar.el9
1 files 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'."
264 "How to mark dates that have diary entries. 264 "How to mark dates that have diary entries.
265The value can be either a single-character string (e.g. \"+\") or a face." 265The value can be either a single-character string (e.g. \"+\") or a face."
266 :type '(choice (string :tag "Single character string") face) 266 :type '(choice (string :tag "Single character string") face)
267 :group 'diary) 267 :group 'diary
268 :version "23.1")
268 269
269(defcustom calendar-today-marker 'calendar-today 270(defcustom calendar-today-marker 'calendar-today
270 "How to mark today's date in the calendar. 271 "How to mark today's date in the calendar.
271The value can be either a single-character string (e.g. \"=\") or a face. 272The value can be either a single-character string (e.g. \"=\") or a face.
272Used by `calendar-mark-today'." 273Used by `calendar-mark-today'."
273 :type '(choice (string :tag "Single character string") face) 274 :type '(choice (string :tag "Single character string") face)
274 :group 'calendar) 275 :group 'calendar
276 :version "23.1")
275 277
276(defcustom calendar-holiday-marker 'holiday 278(defcustom calendar-holiday-marker 'holiday
277 "How to mark notable dates in the calendar. 279 "How to mark notable dates in the calendar.
278The value can be either a single-character string (e.g. \"*\") or a face." 280The value can be either a single-character string (e.g. \"*\") or a face."
279 :type '(choice (string :tag "Single character string") face) 281 :type '(choice (string :tag "Single character string") face)
280 :group 'holidays) 282 :group 'holidays
283 :version "23.1")
281 284
282(define-obsolete-variable-alias 'view-calendar-holidays-initially 285(define-obsolete-variable-alias 'view-calendar-holidays-initially
283 'calendar-view-holidays-initially-flag "23.1") 286 'calendar-view-holidays-initially-flag "23.1")