From db257f5684c5ae7be10ef77623f99ddc5df2e4eb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 28 Mar 2008 02:46:13 +0000 Subject: [PATCH] (abbreviated-calendar-year): Move to diary-lib. --- lisp/calendar/calendar.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 022eb1befce..eb4b204505c 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -445,16 +445,6 @@ details, see the documentation for the variable `list-diary-entries-hook'." :type 'string :group 'diary) -;; FIXME explain range. FIXME tweak range to always be +-50 of -;; present, if not already. -(defcustom abbreviated-calendar-year t - "Interpret a two-digit year DD in a diary entry as either 19DD or 20DD. -For the Gregorian calendar; similarly for the Hebrew, Islamic and -Baha'i calendars. If this variable is nil, years must be written in -full." - :type 'boolean - :group 'diary) - ;;;###autoload (defcustom european-calendar-style nil "Use the European style of dates in the diary and in any displays. -- 2.11.4.GIT