# HG changeset patch # User Glenn Morris # Date 1203200466 0 # Node ID 927a69bb381a1d8f8ceaf38eb7a13d38d5d2599f # Parent 984503c8d1a0bdfcd979bab7d968ef5f9541fbfb (emacs-uptime): Use before-init-time rather than emacs-startup-time. diff -r 984503c8d1a0 -r 927a69bb381a lisp/time.el --- a/lisp/time.el Sat Feb 16 22:20:12 2008 +0000 +++ b/lisp/time.el Sat Feb 16 22:21:06 2008 +0000 @@ -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)))