comparison lisp/calendar/cal-persia.el @ 77278:364de8606280

(Commentary): No longer maintained by original author, bug reports as for the rest of emacs. Do not advertise the original author's book in this file, since he forbids the use of the relevant algorithms under a GNU license. See: <http://lists.gnu.org/archive/html/bug-gnu-emacs/2005-04/msg00062.html>
author Glenn Morris <rgm@gnu.org>
date Tue, 17 Apr 2007 02:33:07 +0000
parents 7a3f13e2dd57
children 93e11478c954 e6fdae9180d4
comparison
equal deleted inserted replaced
77277:c56fcbc72ab0 77278:364de8606280
27 27
28 ;;; Commentary: 28 ;;; Commentary:
29 29
30 ;; This collection of functions implements the features of calendar.el and 30 ;; This collection of functions implements the features of calendar.el and
31 ;; diary.el that deal with the Persian calendar. 31 ;; diary.el that deal with the Persian calendar.
32
33 ;; Technical details of all the calendrical calculations can be found in
34 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
35 ;; and Nachum Dershowitz, Cambridge University Press (2001).
36
37 ;; Comments, corrections, and improvements should be sent to
38 ;; Edward M. Reingold Department of Computer Science
39 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
40 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
41 ;; Urbana, Illinois 61801
42 32
43 ;;; Code: 33 ;;; Code:
44 34
45 (defvar date) 35 (defvar date)
46 36