/[emacs]/emacs/lisp/time-stamp.el
ViewVC logotype

Diff of /emacs/lisp/time-stamp.el

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

revision 1.51 by eliz, Sat May 18 11:26:16 2002 UTC revision 1.52 by jas, Thu Sep 12 06:03:49 2002 UTC
# Line 731  The first character of DD is space if th Line 731  The first character of DD is space if th
731    "Return the current time as a string in \"HH:MM:SS\" form."    "Return the current time as a string in \"HH:MM:SS\" form."
732    (format-time-string "%T"))    (format-time-string "%T"))
733    
734    (defun time-stamp-hhmmss ()
735      "Return the current time as a string in \"HHMMSS\" form."
736      (format-time-string "%H%M%S"))
737    
738  (defun time-stamp-hhmm ()  (defun time-stamp-hhmm ()
739    "Return the current time as a string in \"HHMM\" form."    "Return the current time as a string in \"HHMM\" form."
740    (format-time-string "%H%M"))    (format-time-string "%H%M"))

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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