comparison lisp/calendar/calendar.el @ 93330:1515466cea2b

(abbreviated-calendar-year): Move to diary-lib.
author Glenn Morris <rgm@gnu.org>
date Fri, 28 Mar 2008 02:46:13 +0000
parents 58366e03a762
children 4e21455e4410
comparison
equal deleted inserted replaced
93329:6139daabcf5f 93330:1515466cea2b
441 :group 'diary) 441 :group 'diary)
442 442
443 (defcustom bahai-diary-entry-symbol "B" 443 (defcustom bahai-diary-entry-symbol "B"
444 "Symbol indicating a diary entry according to the Baha'i calendar." 444 "Symbol indicating a diary entry according to the Baha'i calendar."
445 :type 'string 445 :type 'string
446 :group 'diary)
447
448 ;; FIXME explain range. FIXME tweak range to always be +-50 of
449 ;; present, if not already.
450 (defcustom abbreviated-calendar-year t
451 "Interpret a two-digit year DD in a diary entry as either 19DD or 20DD.
452 For the Gregorian calendar; similarly for the Hebrew, Islamic and
453 Baha'i calendars. If this variable is nil, years must be written in
454 full."
455 :type 'boolean
456 :group 'diary) 446 :group 'diary)
457 447
458 ;;;###autoload 448 ;;;###autoload
459 (defcustom european-calendar-style nil 449 (defcustom european-calendar-style nil
460 "Use the European style of dates in the diary and in any displays. 450 "Use the European style of dates in the diary and in any displays.