emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/calendar calendar.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/calendar calendar.el
Date: Mon, 09 Feb 2009 17:26:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/02/09 17:26:21

Modified files:
        lisp/calendar  : calendar.el 

Log message:
        Add :version tags for previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/calendar/calendar.el?cvsroot=emacs&r1=1.278&r2=1.279

Patches:
Index: calendar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/calendar.el,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -b -r1.278 -r1.279
--- calendar.el 9 Feb 2009 07:52:58 -0000       1.278
+++ calendar.el 9 Feb 2009 17:26:21 -0000       1.279
@@ -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")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]