comparison lisp/calendar/cal-iso.el @ 93481:b3e69c64ac95

(Commentary): Point to calendar.el.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Apr 2008 02:40:49 +0000
parents 5a7437fafea3
children e6a9bdb70ed7
comparison
equal deleted inserted replaced
93480:2aa65ff3876d 93481:b3e69c64ac95
25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 25 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
26 ;; Boston, MA 02110-1301, USA. 26 ;; Boston, MA 02110-1301, USA.
27 27
28 ;;; Commentary: 28 ;;; Commentary:
29 29
30 ;; This collection of functions implements the features of calendar.el and 30 ;; See calendar.el.
31 ;; diary.el that deal with the ISO 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 31
37 ;;; Code: 32 ;;; Code:
38 33
39 (require 'calendar) 34 (require 'calendar)
40 35