From: Glenn Morris Date: Sat, 8 Mar 2008 04:21:48 +0000 (+0000) Subject: Comments. X-Git-Tag: emacs-pretest-23.0.90~7368 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c95492814e11e3ea3e326b219ca0a8db7b18b9be;p=emacs.git Comments. --- diff --git a/lisp/calendar/cal-iso.el b/lisp/calendar/cal-iso.el index 878953e9d85..9df35d5f40a 100644 --- a/lisp/calendar/cal-iso.el +++ b/lisp/calendar/cal-iso.el @@ -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 @@ Interactively, goes to the first day of the specified week." (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)))