/[emacs]/emacs/lisp/calendar/timeclock.el
ViewVC logotype

Diff of /emacs/lisp/calendar/timeclock.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by deego, Sun Sep 18 12:41:39 2005 UTC revision 1.34 by rfrancoise, Sat Sep 24 13:44:00 2005 UTC
# Line 599  relative only to the time worked today, Line 599  relative only to the time worked today,
599  (defun timeclock-ask-for-project ()  (defun timeclock-ask-for-project ()
600    "Ask the user for the project they are clocking into."    "Ask the user for the project they are clocking into."
601    (timeclock-completing-read    (timeclock-completing-read
602     (format "Clock into which project (default \"%s\"): "     (format "Clock into which project (default %s): "
603             (or timeclock-last-project             (or timeclock-last-project
604                 (car timeclock-project-list)))                 (car timeclock-project-list)))
605     (mapcar 'list timeclock-project-list)     (mapcar 'list timeclock-project-list)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26