# HG changeset patch # User Glenn Morris # Date 1204950108 0 # Node ID 733bd38ed2dd3de0e281da349a3e7a8611b7927b # Parent 18dc9ef9110085b2f1c7ed0caeb03bd3ba65f1b1 Comments. diff -r 18dc9ef91100 -r 733bd38ed2dd lisp/calendar/cal-iso.el --- a/lisp/calendar/cal-iso.el Sat Mar 08 04:21:13 2008 +0000 +++ b/lisp/calendar/cal-iso.el Sat Mar 08 04:21:48 2008 +0000 @@ -1,7 +1,7 @@ ;;; cal-iso.el --- calendar functions for the ISO calendar -;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 -;; Free Software Foundation, Inc. +;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, +;; 2008 Free Software Foundation, Inc. ;; Author: Edward M. Reingold ;; Maintainer: Glenn Morris @@ -135,6 +135,7 @@ (defvar date) +;; To be called from list-sexp-diary-entries, where DATE is bound. (defun diary-iso-date () "ISO calendar equivalent of date diary entry." (format "ISO date: %s" (calendar-iso-date-string date)))