emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/time.el,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/time.el,v
Date: Sun, 17 Feb 2008 23:11:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/02/17 23:11:12

Index: time.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/time.el,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- time.el     16 Feb 2008 23:18:00 -0000      1.105
+++ time.el     17 Feb 2008 23:11:12 -0000      1.106
@@ -567,7 +567,7 @@
   "Return a string giving the duration of the Emacs initialization."
   (interactive)
   (let ((str
-         (format-seconds "%z%S"
+        (format "%.1f seconds"
                         (time-to-seconds
                          (time-subtract after-init-time before-init-time)))))
     (if (interactive-p)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]