Show
Ignore:
Timestamp:
10/02/05 09:47:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/calendar/timeclock.el

    r3801 r3894  
    442442                  (timeclock-when-to-leave-string show-seconds today-only))) 
    443443    (if (interactive-p) 
    444         (message status) 
     444        (message "%s" status) 
    445445      status))) 
    446446 
     
    513513                 show-seconds t))) 
    514514    (if (interactive-p) 
    515         (message string) 
     515        (message "%s" string) 
    516516      string))) 
    517517 
     
    535535                                             show-seconds))) 
    536536    (if (interactive-p) 
    537         (message string) 
     537        (message "%s" string) 
    538538      string))) 
    539539 
     
    580580            (format-time-string "%-I:%M %p" then)))) 
    581581    (if (interactive-p) 
    582         (message string) 
     582        (message "%s" string) 
    583583      string))) 
    584584 
     
    600600  "Ask the user for the project they are clocking into." 
    601601  (timeclock-completing-read 
    602    (format "Clock into which project (default \"%s\"): " 
     602   (format "Clock into which project (default %s): " 
    603603           (or timeclock-last-project 
    604604               (car timeclock-project-list)))