diff lisp/calendar/appt.el @ 67465:a55ee709ec8d

Update copyright pending Emacs 22.
author Glenn Morris <rgm@gnu.org>
date Sat, 10 Dec 2005 05:46:09 +0000
parents 6240d2f08018
children 8daf7d9a0771 7beb78bc1f8e
line wrap: on
line diff
--- a/lisp/calendar/appt.el	Sat Dec 10 05:46:09 2005 +0000
+++ b/lisp/calendar/appt.el	Sat Dec 10 05:46:09 2005 +0000
@@ -1,6 +1,7 @@
 ;;; appt.el --- appointment notification functions
 
-;; Copyright (C) 1989, 1990, 1994, 1998, 2004, 2005  Free Software Foundation, Inc.
+;; Copyright (C) 1989, 1990, 1994, 1998, 2001, 2002, 2003, 2004, 2005
+;;   Free Software Foundation, Inc.
 
 ;; Author: Neil Mager <neilm@juliet.ll.mit.edu>
 ;; Maintainer: Glenn Morris <rgm@gnu.org>
@@ -235,6 +236,8 @@
     (cond ((eq appt-display-format 'window)
            (funcall appt-disp-window-function
                     (number-to-string mins)
+                    ;; TODO - use calendar-month-abbrev-array rather
+                    ;; than %b?
                     (format-time-string "%a %b %e " (current-time))
                     string)
            (run-at-time (format "%d sec" appt-display-duration)