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/timeclock.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/timeclock.el
Date: Sat, 24 Sep 2005 09:44:05 -0400

Index: emacs/lisp/calendar/timeclock.el
diff -c emacs/lisp/calendar/timeclock.el:1.33 
emacs/lisp/calendar/timeclock.el:1.34
*** emacs/lisp/calendar/timeclock.el:1.33       Sun Sep 18 12:41:39 2005
--- emacs/lisp/calendar/timeclock.el    Sat Sep 24 13:44:00 2005
***************
*** 599,605 ****
  (defun timeclock-ask-for-project ()
    "Ask the user for the project they are clocking into."
    (timeclock-completing-read
!    (format "Clock into which project (default \"%s\"): "
           (or timeclock-last-project
               (car timeclock-project-list)))
     (mapcar 'list timeclock-project-list)
--- 599,605 ----
  (defun timeclock-ask-for-project ()
    "Ask the user for the project they are clocking into."
    (timeclock-completing-read
!    (format "Clock into which project (default %s): "
           (or timeclock-last-project
               (car timeclock-project-list)))
     (mapcar 'list timeclock-project-list)




reply via email to

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