Mercurial > emacs
comparison lisp/calendar/lunar.el @ 90813:e6fdae9180d4
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 698-710)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 216)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-196
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 24 Apr 2007 21:56:25 +0000 |
parents | c0409ee15cee 345c5cf4990e |
children | f55f9811f5d7 |
comparison
equal
deleted
inserted
replaced
90812:6137cc8ddf90 | 90813:e6fdae9180d4 |
---|---|
40 ;; person rewrite the code for the lunar calculations in this file! | 40 ;; person rewrite the code for the lunar calculations in this file! |
41 | 41 |
42 ;; Technical details of all the calendrical calculations can be found in | 42 ;; Technical details of all the calendrical calculations can be found in |
43 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold | 43 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold |
44 ;; and Nachum Dershowitz, Cambridge University Press (2001). | 44 ;; and Nachum Dershowitz, Cambridge University Press (2001). |
45 | |
46 ;; Comments, corrections, and improvements should be sent to | |
47 ;; Edward M. Reingold Department of Computer Science | |
48 ;; (217) 333-6733 University of Illinois at Urbana-Champaign | |
49 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue | |
50 ;; Urbana, Illinois 61801 | |
51 | 45 |
52 ;;; Code: | 46 ;;; Code: |
53 | 47 |
54 (defvar date) | 48 (defvar date) |
55 (defvar displayed-month) | 49 (defvar displayed-month) |