comparison lisp/calendar/cal-french.el @ 77279:345c5cf4990e

(Commentary): No longer maintained by original author, bug reports as for the rest of emacs.
author Glenn Morris <rgm@gnu.org>
date Tue, 17 Apr 2007 02:35:44 +0000
parents 7a3f13e2dd57
children 93e11478c954 e6fdae9180d4
comparison
equal deleted inserted replaced
77278:364de8606280 77279:345c5cf4990e
34 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold 34 ;; ``Calendrical Calculations: The Millennium Edition'' by Edward M. Reingold
35 ;; and Nachum Dershowitz, Cambridge University Press (2001), and in 35 ;; and Nachum Dershowitz, Cambridge University Press (2001), and in
36 ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' by 36 ;; ``Calendrical Calculations, Part II: Three Historical Calendars'' by
37 ;; E. M. Reingold, N. Dershowitz, and S. M. Clamen, Software--Practice and 37 ;; E. M. Reingold, N. Dershowitz, and S. M. Clamen, Software--Practice and
38 ;; Experience, Volume 23, Number 4 (April, 1993), pages 383-404. 38 ;; Experience, Volume 23, Number 4 (April, 1993), pages 383-404.
39
40 ;; Comments, corrections, and improvements should be sent to
41 ;; Edward M. Reingold Department of Computer Science
42 ;; (217) 333-6733 University of Illinois at Urbana-Champaign
43 ;; reingold@cs.uiuc.edu 1304 West Springfield Avenue
44 ;; Urbana, Illinois 61801
45 39
46 ;;; Code: 40 ;;; Code:
47 41
48 (defvar date) 42 (defvar date)
49 43