diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-08 04:21:48 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-08 04:21:48 +0000 |
commit | c95492814e11e3ea3e326b219ca0a8db7b18b9be (patch) | |
tree | e753dc593046367166bf60c553b02495f413ce81 /lisp/calendar/cal-iso.el | |
parent | f83f0d87a59774bb0c6f1167f8c7639a98a05366 (diff) | |
download | emacs-c95492814e11e3ea3e326b219ca0a8db7b18b9be.tar.gz |
Comments.
Diffstat (limited to 'lisp/calendar/cal-iso.el')
-rw-r--r-- | lisp/calendar/cal-iso.el | 5 |
1 files changed, 3 insertions, 2 deletions
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 <reingold@cs.uiuc.edu> ;; Maintainer: Glenn Morris <rgm@gnu.org> @@ -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))) |