comparison lisp/calendar/cal-hebrew.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 95d0cdf160ea 345c5cf4990e
children f55f9811f5d7
comparison
equal deleted inserted replaced
90812:6137cc8ddf90 90813:e6fdae9180d4
32 ;; diary.el that deal with the Hebrew calendar. 32 ;; diary.el that deal with the Hebrew calendar.
33 33
34 ;; Technical details of all the calendrical calculations can be found in 34 ;; Technical details of all the calendrical calculations can be found in
35 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold 35 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
36 ;; and Nachum Dershowitz, Cambridge University Press (2001). 36 ;; and Nachum Dershowitz, Cambridge University Press (2001).
37
38 ;; Comments, corrections, and improvements should be sent to
39 ;; Edward M. Reingold Department of Computer Science
40 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
41 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
42 ;; Urbana, Illinois 61801
43 37
44 ;;; Code: 38 ;;; Code:
45 39
46 (defvar date) 40 (defvar date)
47 (defvar displayed-month) 41 (defvar displayed-month)