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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/time.el,v
Date: Sat, 16 Feb 2008 22:21:07 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/16 22:21:06

Index: time.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/time.el,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- time.el     16 Feb 2008 03:30:57 -0000      1.103
+++ time.el     16 Feb 2008 22:21:06 -0000      1.104
@@ -558,7 +558,7 @@
   (let ((str
          (format-seconds (or format "%Y, %D, %H, %M, %z%S")
                          (time-to-seconds
-                          (time-subtract (current-time) emacs-startup-time)))))
+                          (time-subtract (current-time) before-init-time)))))
     (if (interactive-p)
         (message "%s" str)
       str)))




reply via email to

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