emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/appt.el


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/appt.el
Date: Sat, 10 Dec 2005 00:46:10 -0500

Index: emacs/lisp/calendar/appt.el
diff -c emacs/lisp/calendar/appt.el:1.64 emacs/lisp/calendar/appt.el:1.65
*** emacs/lisp/calendar/appt.el:1.64    Tue Oct 11 05:08:15 2005
--- emacs/lisp/calendar/appt.el Sat Dec 10 05:46:09 2005
***************
*** 1,6 ****
  ;;; appt.el --- appointment notification functions
  
! ;; Copyright (C) 1989, 1990, 1994, 1998, 2004, 2005  Free Software 
Foundation, Inc.
  
  ;; Author: Neil Mager <address@hidden>
  ;; Maintainer: Glenn Morris <address@hidden>
--- 1,7 ----
  ;;; appt.el --- appointment notification functions
  
! ;; Copyright (C) 1989, 1990, 1994, 1998, 2001, 2002, 2003, 2004, 2005
! ;;   Free Software Foundation, Inc.
  
  ;; Author: Neil Mager <address@hidden>
  ;; Maintainer: Glenn Morris <address@hidden>
***************
*** 235,240 ****
--- 236,243 ----
      (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]