Changeset 3894 for trunk/lisp/calendar/timeclock.el
- Timestamp:
- 10/02/05 09:47:43 (3 years ago)
- Files:
-
- trunk/lisp/calendar/timeclock.el (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/calendar/timeclock.el
r3801 r3894 442 442 (timeclock-when-to-leave-string show-seconds today-only))) 443 443 (if (interactive-p) 444 (message status)444 (message "%s" status) 445 445 status))) 446 446 … … 513 513 show-seconds t))) 514 514 (if (interactive-p) 515 (message string)515 (message "%s" string) 516 516 string))) 517 517 … … 535 535 show-seconds))) 536 536 (if (interactive-p) 537 (message string)537 (message "%s" string) 538 538 string))) 539 539 … … 580 580 (format-time-string "%-I:%M %p" then)))) 581 581 (if (interactive-p) 582 (message string)582 (message "%s" string) 583 583 string))) 584 584 … … 600 600 "Ask the user for the project they are clocking into." 601 601 (timeclock-completing-read 602 (format "Clock into which project (default \"%s\"): "602 (format "Clock into which project (default %s): " 603 603 (or timeclock-last-project 604 604 (car timeclock-project-list)))
