comparison lisp/calendar/holidays.el @ 793:6fb68a1460a6

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 07:28:05 +0000
parents cd00bdacc17b
children e694e0879463
comparison
equal deleted inserted replaced
792:45d748a65f24 793:6fb68a1460a6
1 ;;; holidays.el --- holiday functions for the calendar package 1 ;;; holidays.el --- holiday functions for the calendar package
2
3 ;; Author: Edward M. Reingold <reingold@cs.uiuc.edu>
4 ;; Last-Modified: 14 Jul 1992
5
2 ;;; Copyright (C) 1989, 1990 Free Software Foundation, Inc. 6 ;;; Copyright (C) 1989, 1990 Free Software Foundation, Inc.
3 7
4 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
5 9
6 ;; GNU Emacs is distributed in the hope that it will be useful, 10 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; supposed to have been given to you along with GNU Emacs so you 20 ;; supposed to have been given to you along with GNU Emacs so you
17 ;; can know your rights and responsibilities. It should be in a 21 ;; can know your rights and responsibilities. It should be in a
18 ;; file named COPYING. Among other things, the copyright notice 22 ;; file named COPYING. Among other things, the copyright notice
19 ;; and this notice must be preserved on all copies. 23 ;; and this notice must be preserved on all copies.
20 24
25 ;;; Commentary:
26
21 ;; This collection of functions implements the holiday features as described 27 ;; This collection of functions implements the holiday features as described
22 ;; in calendar.el. 28 ;; in calendar.el.
23 29
24 ;; Comments, corrections, and improvements should be sent to 30 ;; Comments, corrections, and improvements should be sent to
25 ;; Edward M. Reingold Department of Computer Science 31 ;; Edward M. Reingold Department of Computer Science
29 35
30 ;; Technical details of all the calendrical calculations can be found in 36 ;; Technical details of all the calendrical calculations can be found in
31 ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold, 37 ;; ``Calendrical Calculations'' by Nachum Dershowitz and Edward M. Reingold,
32 ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990), 38 ;; Software--Practice and Experience, Volume 20, Number 9 (September, 1990),
33 ;; pages 899-928. 39 ;; pages 899-928.
40
41 ;;; Code:
34 42
35 (require 'calendar) 43 (require 'calendar)
36 44
37 ;;;###autoload 45 ;;;###autoload
38 (defun holidays () 46 (defun holidays ()