Mercurial > emacs
changeset 101910:3d527c23c151
Add :version tags for previous change.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 09 Feb 2009 17:26:21 +0000 |
parents | b62aecf6b1db |
children | a4aa4e04bc11 |
files | lisp/calendar/calendar.el |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/calendar.el Mon Feb 09 15:33:47 2009 +0000 +++ b/lisp/calendar/calendar.el Mon Feb 09 17:26:21 2009 +0000 @@ -264,20 +264,23 @@ "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")