[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/time-stamp.el
From: |
Simon Josefsson |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/time-stamp.el |
Date: |
Thu, 12 Sep 2002 02:03:49 -0400 |
Index: emacs/lisp/time-stamp.el
diff -c emacs/lisp/time-stamp.el:1.51 emacs/lisp/time-stamp.el:1.52
*** emacs/lisp/time-stamp.el:1.51 Sat May 18 07:26:16 2002
--- emacs/lisp/time-stamp.el Thu Sep 12 02:03:49 2002
***************
*** 731,736 ****
--- 731,740 ----
"Return the current time as a string in \"HH:MM:SS\" form."
(format-time-string "%T"))
+ (defun time-stamp-hhmmss ()
+ "Return the current time as a string in \"HHMMSS\" form."
+ (format-time-string "%H%M%S"))
+
(defun time-stamp-hhmm ()
"Return the current time as a string in \"HHMM\" form."
(format-time-string "%H%M"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/time-stamp.el,
Simon Josefsson <=