emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el,v
Date: Sat, 16 Feb 2008 22:20:14 +0000

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

Index: startup.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/startup.el,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -b -r1.477 -r1.478
--- startup.el  12 Feb 2008 23:41:08 -0000      1.477
+++ startup.el  16 Feb 2008 22:20:12 -0000      1.478
@@ -194,8 +194,8 @@
 therefore, if you set `debug-on-error' non-nil in `.emacs',
 an error in one of these functions will invoke the debugger.")
 
-(defvar emacs-startup-time nil
-  "Value of `current-time' when Emacs was started.")
+(defvar before-init-time nil
+  "Value of `current-time' before Emacs begins initialization.")
 
 (defvar emacs-startup-hook nil
   "Normal hook run after loading init files and handling the command line.")
@@ -628,7 +628,7 @@
     (nreverse rest)))
 
 (defun command-line ()
-  (setq emacs-startup-time (current-time)
+  (setq before-init-time (current-time)
         command-line-default-directory default-directory)
 
   ;; Choose a reasonable location for temporary files.




reply via email to

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